Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_file_conversion_id_seq'::regclass) |
|
|
||||
usermodified | int8 | 19 | null |
|
|
|||||
timecreated | int8 | 19 | null |
|
|
|||||
timemodified | int8 | 19 | null |
|
|
|||||
sourcefileid | int8 | 19 | null |
|
|
|||||
targetformat | varchar | 100 | ''::character varying |
|
|
|||||
status | int8 | 19 | √ | 0 |
|
|
||||
statusmessage | text | 2147483647 | √ | null |
|
|
||||
converter | varchar | 255 | √ | null |
|
|
||||
destfileid | int8 | 19 | √ | null |
|
|
||||
data | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_fileconv_id_pk | Primary key | Asc | id |
app_fileconv_des_ix | Performance | Asc | destfileid |
app_fileconv_sou_ix | Performance | Asc | sourcefileid |