Workspace Model
Workspaces are the top-level organizational unit.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | UUID | Auto | Unique identifier |
| name | string (80) | Yes | Workspace name |
| slug | string (48) | Yes | Unique URL slug |
| logo | string | No | Logo URL |
| logo_props | object | No | Logo properties |
| favicon | string | No | Favicon URL |
| organization_size | string | No | Company size bracket |
| timezone | string | No | Default timezone |
| owner | FK->User | Auto | Workspace owner |
| total_members | integer | Auto | Member count |
| role | integer | Auto | User role (20/15/5) |