inventory setup
This commit is contained in:
11
db/migrate/20170824110125_create_stock_checks.rb
Normal file
11
db/migrate/20170824110125_create_stock_checks.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateStockChecks < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :stock_checks do |t|
|
||||
t.integer :check_by
|
||||
t.datetime :check_start
|
||||
t.datetime :check_end
|
||||
t.string :reason
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user