Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_data_content_id_seq'::regclass) |
|
|
||||
fieldid | int8 | 19 | 0 |
|
|
|||||
recordid | int8 | 19 | 0 |
|
|
|||||
content | text | 2147483647 | √ | null |
|
|
||||
content1 | text | 2147483647 | √ | null |
|
|
||||
content2 | text | 2147483647 | √ | null |
|
|
||||
content3 | text | 2147483647 | √ | null |
|
|
||||
content4 | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_datacont_id_pk | Primary key | Asc | id |
app_datacont_fie_ix | Performance | Asc | fieldid |
app_datacont_rec_ix | Performance | Asc | recordid |