Class: OrderNow
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- OrderNow
- Defined in:
- app/models/order_now.rb
Overview
Schema Information
Table name: order_nows
id :bigint not null, primary key
call_driver_before_food_ready :integer default(25)
cooking_time :integer default(30)
created_at :datetime not null
updated_at :datetime not null
restaurant_id :bigint
Indexes
index_order_nows_on_restaurant_id (restaurant_id)
typed: ignore