Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_perform_element_id_seq'::regclass) |
|
|
||||
context_id | int8 | 19 | null |
|
|
|||||
plugin_name | varchar | 1024 | ''::character varying |
|
|
|||||
title | varchar | 1024 | ''::character varying |
|
|
|||||
identifier_id | int8 | 19 | √ | null |
|
|
||||
is_required | int2 | 5 | √ | null |
|
|
||||
data | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_perfelem_id_pk | Primary key | Asc | id |
app_perfelem_ide_ix | Performance | Asc | identifier_id |