Class: Bistrochat::ReservationInvMismatch
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Bistrochat::ReservationInvMismatch
- Defined in:
- app/models/bistrochat/reservation_inv_mismatch.rb
Overview
Schema Information
Table name: bistrochat_reservation_inv_mismatches
id :bigint not null, primary key
date :date not null
created_at :datetime not null
updated_at :datetime not null
restaurant_id :integer not null
Indexes
index_bistrochat_res_inv_mismatches_on_restaurant_and_date (restaurant_id,date) UNIQUE
Foreign Keys
fk_rails_... (restaurant_id => restaurants.id)