Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_ex_apps_daemons_id_seq'::regclass) |
|
|
||
| name | varchar | 64 | null |
|
|
|||
| display_name | varchar | 255 | null |
|
|
|||
| accepts_deploy_id | varchar | 64 | null |
|
|
|||
| protocol | varchar | 32 | null |
|
|
|||
| host | varchar | 255 | null |
|
|
|||
| deploy_config | json | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_ex_apps_daemons_pkey | Primary key | Asc | id |
| ex_apps_daemons__name | Must be unique | Asc | name |