Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_report_builder_graph_id_seq'::regclass) |
|
|
|||||
reportid | int8 | 19 | null |
|
|
||||||
type | varchar | 20 | ''::character varying |
|
|
||||||
stacked | int2 | 5 | 0 |
|
|
||||||
maxrecords | int8 | 19 | 500 |
|
|
||||||
category | varchar | 255 | ''::character varying |
|
|
||||||
legend | varchar | 255 | ''::character varying |
|
|
||||||
series | text | 2147483647 | null |
|
|
||||||
settings | text | 2147483647 | null |
|
|
||||||
timemodified | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_repobuilgrap_id_pk | Primary key | Asc | id |
app_repobuilgrap_rep_ix | Performance | Asc | reportid |