Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_workshop_stockcomments_old_id_seq'::regclass) |
|
|
||||
workshopid | int8 | 19 | 0 |
|
|
|||||
elementno | int8 | 19 | 0 |
|
|
|||||
comments | text | 2147483647 | null |
|
|
|||||
newplugin | varchar | 28 | √ | null |
|
|
||||
newid | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_workstocold_id_pk | Primary key | Asc | id |
app_workstocold_wor_ix | Performance | Asc | workshopid |