finished CRM and customer
This commit is contained in:
12
db/migrate/20170612031153_create_dining_queues.rb
Normal file
12
db/migrate/20170612031153_create_dining_queues.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateDiningQueues < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :dining_queues do |t|
|
||||
t.string :name
|
||||
t.string :contact_no
|
||||
t.string :queue_no
|
||||
t.string :status
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user