Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('collections_id_seq'::regclass) |
|
|
|||||
| tenant_id | int4 | 10 | null |
|
|
||||||
| user_id | int4 | 10 | null |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| icon | text | 2147483647 | 'folder'::text |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| collections_pkey | Primary key | Asc | id |

