Table: inputs |
Legend:
Primary key columns
Indexed columns
Column | Type | Size | Nulls | Auto | Default | References | Comments |
---|---|---|---|---|---|---|---|
id | bigserial | 19 | χ | √ | nextval('inputs_id_seq'::regclass) | ||
site_id | int8 | 19 | √ | χ | null | sites.id | |
notes | text | 2147483647 | χ | χ | ''::text | ||
created_at | timestamp | 29,6 | √ | χ | utc_now() | ||
updated_at | timestamp | 29,6 | √ | χ | utc_now() | ||
start_date | timestamp | 29,6 | √ | χ | null | ||
end_date | timestamp | 29,6 | √ | χ | null | ||
name | varchar | 255 | χ | χ | |||
parent_id | int8 | 19 | √ | χ | null | inputs.id | |
user_id | int8 | 19 | √ | χ | null | users.id | |
access_level | level_of_access | 2147483647 | χ | χ | 4 | ||
raw | bool | 1 | √ | χ | null | ||
format_id | int8 | 19 | √ | χ | null | formats.id |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
id | Primary key | Asc | inputs_pkey |
format_id | Performance | Asc | index_inputs_on_format_id |
parent_id | Performance | Asc | index_inputs_on_parent_id |
site_id | Performance | Asc | index_inputs_on_site_id |
user_id | Performance | Asc | index_inputs_on_user_id |
![]() ![]() |