barcode update
This commit is contained in:
13
db/migrate/20180720032352_create_sellers.rb
Normal file
13
db/migrate/20180720032352_create_sellers.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class CreateSellers < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
create_table :sellers do |t|
|
||||
t.string :name
|
||||
t.string :email
|
||||
t.string :phone
|
||||
t.string :address
|
||||
t.string :key
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user