Class: InventoryTablecheckBlockage
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- InventoryTablecheckBlockage
- Defined in:
- app/models/inventory_tablecheck_blockage.rb
Overview
Schema Information
Table name: inventory_tablecheck_blockages
id :bigint not null, primary key
created_at :datetime not null
updated_at :datetime not null
blockage_id :string(191)
reservation_id :integer not null
Indexes
index_inventory_tablecheck_blockages_on_reservation_id (reservation_id) UNIQUE
Foreign Keys
fk_rails_... (reservation_id => reservations.id)