queue and crm view updated

This commit is contained in:
Aung Myo
2017-06-09 09:29:25 +06:30
parent ea4f50e779
commit 35277ac000
41 changed files with 685 additions and 318 deletions

View File

@@ -0,0 +1,12 @@
class CreateCrmDiningQueues < ActiveRecord::Migration[5.1]
def change
create_table :crm_dining_queues do |t|
t.string :name
t.string :contact_no
t.string :queue_no
t.string :status
t.timestamps
end
end
end