added suppliers, weight to item
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSupplierToItem < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :items, :supplier_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user