Class: CityPackageType
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- CityPackageType
- Defined in:
- app/models/city_package_type.rb
Overview
Schema Information
Table name: city_package_types
id :bigint not null, primary key
created_at :datetime not null
updated_at :datetime not null
city_id :bigint
package_type_id :bigint
Indexes
index_city_package_types_on_city_id (city_id)
index_city_package_types_on_package_type_id (package_type_id)
typed: ignore