Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_backup_ids_template_id_seq'::regclass) |
|
|
||
backupid | varchar | 32 | ''::character varying |
|
|
|||
itemname | varchar | 160 | ''::character varying |
|
|
|||
itemid | int8 | 19 | null |
|
|
|||
newitemid | int8 | 19 | 0 |
|
|
|||
parentitemid | int8 | 19 | √ | null |
|
|
||
info | text | 2147483647 | √ | null |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_backidstemp_id_pk | Primary key | Asc | id |
app_backidstemp_baciteite_uix | Must be unique | Asc/Asc/Asc | backupid + itemname + itemid |
app_backidstemp_bacitenew_ix | Performance | Asc/Asc/Asc | backupid + itemname + newitemid |
app_backidstemp_bacitepar_ix | Performance | Asc/Asc/Asc | backupid + itemname + parentitemid |
Diagram producer might be missing
No diagrams were produced please see application output for any errors