Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('action_id_seq'::regclass) |
|
|
||||||||
| method_id | int4 | 10 | null |
|
|
id метода, связь с таблицей method |
||||||||
| name | text | 2147483647 | null |
|
|
Название активности (запроса) |
||||||||
| url | text | 2147483647 | null |
|
|
URL активности (запроса) |
||||||||
| is_active | bool | 1 | √ | null |
|
|
Параметр включение\выключения активности |
|||||||
| response_code | int4 | 10 | 400 |
|
|
Код сообщения об ошибке |
||||||||
| response_message | varchar | 255 | 'Error'::character varying |
|
|
Текст сообщения об ошибке |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| action_pkey | Primary key | Asc | id |
| idx_47cc8c9219883967 | Performance | Asc | method_id |

