Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_ex_occ_commands_id_seq'::regclass) |
|
|
||
| appid | varchar | 32 | null |
|
|
|||
| name | varchar | 64 | null |
|
|
|||
| description | varchar | 255 | √ | NULL::character varying |
|
|
||
| int2 | 5 | 0 |
|
|
||||
| arguments | json | 2147483647 | null |
|
|
|||
| options | json | 2147483647 | null |
|
|
|||
| usages | json | 2147483647 | null |
|
|
|||
| execute_handler | varchar | 410 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_ex_occ_commands_pkey | Primary key | Asc | id |
| ex_occ_commands__idx | Must be unique | Asc/Asc | appid + name |