Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_prog_exception_data_id_seq'::regclass) |
|
|
||||
| exceptionid | int8 | 19 | 0 |
|
|
|||||
| dataname | varchar | 50 | √ | ''::character varying |
|
|
||||
| datavalue | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_progexcedata_id_pk | Primary key | Asc | id |
| app_progexcedata_exc2_ix | Performance | Asc | exceptionid |
| app_progexcedata_exc_ix | Performance | Asc | exceptionid |

