remove comment out_of_stock

This commit is contained in:
Myat Zin Wai Maw
2020-01-23 15:51:00 +06:30
parent d96fb38b1a
commit 122fdcb7f8

View File

@@ -1,10 +1,10 @@
class CreateOutOfStocks < ActiveRecord::Migration[5.1]
# def change
# create_table :out_of_stocks do |t|
# t.datetime :date
# t.string :item_instance_code
def change
create_table :out_of_stocks do |t|
t.datetime :date
t.string :item_instance_code
# t.timestamps
# end
# end
t.timestamps
end
end
end