Class: CityDeliveryChannel
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- CityDeliveryChannel
- Defined in:
- app/models/city_delivery_channel.rb
Overview
Schema Information
Table name: city_delivery_channels
id :bigint not null, primary key
priority :integer
created_at :datetime not null
updated_at :datetime not null
city_id :bigint not null
delivery_channel_id :bigint not null
Indexes
index_city_delivery_channels_on_city_id (city_id)
index_city_delivery_channels_on_delivery_channel_id (delivery_channel_id)
typed: ignore