Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('config.ui_staff_portal_page_entry_id_seq'::regclass) |
|
|
|||||
page_col | int4 | 10 | null |
|
|
||||||
col_pos | int4 | 10 | null |
|
|
||||||
entry_type | text | 2147483647 | null |
|
|
||||||
label | text | 2147483647 | √ | null |
|
|
|||||
image_url | text | 2147483647 | √ | null |
|
|
|||||
target_url | text | 2147483647 | √ | null |
|
|
|||||
entry_text | text | 2147483647 | √ | null |
|
|
|||||
owner | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ui_staff_portal_page_entry_pkey | Primary key | Asc | id |