Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_data_fields_id_seq'::regclass) |
|
|
||||
dataid | int8 | 19 | 0 |
|
|
|||||
type | varchar | 255 | ''::character varying |
|
|
|||||
name | varchar | 255 | ''::character varying |
|
|
|||||
description | text | 2147483647 | null |
|
|
|||||
required | int2 | 5 | 0 |
|
|
|||||
param1 | text | 2147483647 | √ | null |
|
|
||||
param2 | text | 2147483647 | √ | null |
|
|
||||
param3 | text | 2147483647 | √ | null |
|
|
||||
param4 | text | 2147483647 | √ | null |
|
|
||||
param5 | text | 2147483647 | √ | null |
|
|
||||
param6 | text | 2147483647 | √ | null |
|
|
||||
param7 | text | 2147483647 | √ | null |
|
|
||||
param8 | text | 2147483647 | √ | null |
|
|
||||
param9 | text | 2147483647 | √ | null |
|
|
||||
param10 | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_datafiel_id_pk | Primary key | Asc | id |
app_datafiel_dat_ix | Performance | Asc | dataid |
app_datafiel_typdat_ix | Performance | Asc/Asc | type + dataid |