Class: SearchIconsCity
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- SearchIconsCity
- Defined in:
- app/models/search_icons_city.rb
Overview
Schema Information
Table name: search_icons_cities
city_id :integer not null
search_icon_id :integer not null
Indexes
index_search_icons_cities_on_city_id (city_id)
index_search_icons_cities_on_search_icon_id (search_icon_id)
index_search_icons_cities_unique (search_icon_id,city_id) UNIQUE