Class: InventorySource
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- InventorySource
- Extended by:
- Enumerize
- Defined in:
- app/models/inventory_source.rb
Overview
Schema Information
Table name: inventory_sources
id :bigint not null, primary key
inv_source :string(191) not null
created_at :datetime not null
updated_at :datetime not null
Indexes
index_inventory_sources_on_inv_source (inv_source) UNIQUE