update queue migration
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
class CreateDiningQueues < ActiveRecord::Migration[5.1]
|
class DiningQueues < ActiveRecord::Migration[5.1]
|
||||||
def change
|
def change
|
||||||
create_table :dining_queues do |t|
|
create_table :dining_queues do |t|
|
||||||
t.string :name
|
t.string :name
|
||||||
t.string :contact_no
|
t.string :contact_no
|
||||||
t.string :queue_no
|
t.string :queue_no
|
||||||
@@ -9,6 +9,6 @@ class CreateDiningQueues < ActiveRecord::Migration[5.1]
|
|||||||
t.integer :seater
|
t.integer :seater
|
||||||
t.string :remark
|
t.string :remark
|
||||||
t.timestamps
|
t.timestamps
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user