Class: KiosqueReservation
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- KiosqueReservation
- Defined in:
- app/models/kiosque_reservation.rb
Overview
Schema Information
Table name: kiosque_reservations
id :bigint not null, primary key
payload :json
response :json
created_at :datetime not null
updated_at :datetime not null
reservation_id :bigint
Indexes
index_kiosque_reservations_on_reservation_id (reservation_id)