И
Size: a a a
IZ
IZ
МЖ
YN
YN
МЖ
IZ
IZ
И
-- auto-generated definition
create table policies_policy
(
id int unsigned auto_increment
primary key,
property_manager varchar(255) null,
policy_type varchar(255) not null,
refundable tinyint(1) null,
from_api tinyint(1) default 0 not null,
active tinyint(1) default 1 not null,
channel_id varchar(255) null,
channel_policy_code varchar(255) null,
name varchar(255) not null,
description text null,
created_at datetime null,
modified_at datetime null,
constraint property_manager_channel_id_channel_policy_code
unique (property_manager, channel_id, channel_policy_code),
constraint FK_6EB96758A3E96FC1
foreign key (property_manager) references property_managers (abbreviation)
)
charset = utf8mb4;
create index IDX_6EB96758A3E96FC1
on policies_policy (property_manager);IZ
IZ
МЖ
tasks WHERE name = :name");IZ
IZ