Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_report_builder_settings_id_seq'::regclass) |
|
|
|||||
reportid | int8 | 19 | null |
|
|
||||||
type | varchar | 100 | ''::character varying |
|
|
||||||
name | varchar | 100 | ''::character varying |
|
|
||||||
value | varchar | 255 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_repobuilsett_id_pk | Primary key | Asc | id |
app_repobuilsett_rep_ix | Performance | Asc | reportid |
app_repobuilsett_reptypnam_uix | Must be unique | Asc/Asc/Asc | reportid + type + name |