Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('per_form_id_seq'::regclass) |
|
|
||||
user_id | int4 | 10 | √ | null |
|
|
||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
updated_at | timestamptz | 35,6 | null |
|
|
|||||
comment | text | 2147483647 | √ | null |
|
|
||||
area_id | int4 | 10 | √ | null |
|
|
||||
overview_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
per_form_pkey | Primary key | Asc | id |
per_form_area_id_d8fc1897 | Performance | Asc | area_id |
per_form_overview_id_64fd8578 | Performance | Asc | overview_id |
per_form_user_id_81aca424 | Performance | Asc | user_id |