Visual representation of the Activity by Contract database.
| Column | Type | Description |
|---|---|---|
| id | text | Primary Key (Template ID) |
| name | text | Display name of the component |
| type | text | Access type (free, paid, private) |
| is_private | boolean | Privacy flag |
| thumbnail | text | Path to thumbnail image |
| data | text | JSON structure of nodes and edges |
| created_at | timestamp | Creation timestamp |
| updated_at | timestamp | Last update timestamp |