Class: ReservationMenu
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ReservationMenu
- Defined in:
- app/models/reservation_menu.rb
Overview
typed: ignore
Schema Information
Table name: reservation_menus
id :integer not null, primary key
quantity :integer default(0), not null
created_at :datetime not null
updated_at :datetime not null
package_menu_id :integer not null
section_id :bigint
Indexes
()
(section_id)
Foreign Keys
fk_rails_... (section_id => reservation_menu_sections.id)