Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('projects_id_seq'::regclass) |
|
|
||||||||||||||
| name | varchar | 512 | null |
|
|
|||||||||||||||
| description | text | 2147483647 | null |
|
|
|||||||||||||||
| creator_id | int4 | 10 | √ | null |
|
|
||||||||||||||
| created_at | timestamp | 22 | √ | null |
|
|
||||||||||||||
| updated_at | timestamp | 22 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| projects_pkey | Primary key | Asc | id |

