Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments |
|---|---|---|---|---|---|---|
| project_id | bigserial | 19 |
|
nextval('chado.project_project_id_seq'::regclass) | ||
| name | varchar | 255 |
|
null | ||
| description | text | 2147483647 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| project_pkey | Primary key | Asc | project_id |
| project_c1 | Must be unique | Asc | name |

