channel_restriction

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
rateplan_id int4 10 null
rate_plan.id fk_channel_restriction_rateplan_id C
roomtype_id int4 10 null
room_type.id fk_channel_restriction_roomtype_id C
channel_id int4 10 null
channel.id fk_channel_restriction_channel_id C
effect_date date 13 null
stop_sell bool 1 false
cta bool 1 false
ctd bool 1 false
min_stay int2 5 null
max_stay int2 5 null

Indexes

Constraint Name Type Sort Column(s)
pk_channel_restriction Primary key Asc/Asc/Asc/Asc rateplan_id + roomtype_id + channel_id + effect_date
channel_restriction_channel_id_idx Performance Asc channel_id
channel_restriction_rateplan_id_idx Performance Asc rateplan_id
channel_restriction_roomtype_id_idx Performance Asc roomtype_id
room_restriction_roomtype_id_idx Performance Asc roomtype_id

Relationships