Class: InventoryTablecheckBlockage

Inherits:
ApplicationRecord show all
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)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url