Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
project_id | serial | 10 | √ | nextval('project_project_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name | varchar | 255 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
create_date | timestamp | 29,6 | √ | now() |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type_id | int8 | 19 | √ | null |
|
|
An optional cvterm_id that specifies what type of project this record is. Prior to 1.4, project type was set with an projectprop. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
project_pkey | Primary key | Asc | project_id |
project_c1 | Must be unique | Asc | name |
project_idx1 | Performance | Asc | type_id |