Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id_ | varchar | 64 | null |
|
|
|||||||||||
rev_ | int4 | 10 | √ | null |
|
|
||||||||||
name_ | varchar | 255 | √ | null |
|
|
||||||||||
deployment_id_ | varchar | 64 | √ | null |
|
|
||||||||||
bytes_ | bytea | 2147483647 | √ | null |
|
|
||||||||||
generated_ | bool | 1 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
act_ge_bytearray_pkey | Primary key | Asc | id_ |
act_idx_bytear_depl | Performance | Asc | deployment_id_ |