Files
sx-fc/db/migrate/20191204091822_create_out_of_stocks.rb
yarzar_code dff2c69627 Read NFC
2020-01-12 20:07:28 +06:30

11 lines
219 B
Ruby

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