Merge branch 'crm' of bitbucket.org:code2lab/sxrestaurant into staging

This commit is contained in:
Yan
2017-06-18 12:10:30 +06:30
13 changed files with 191 additions and 65 deletions

View File

@@ -5,6 +5,7 @@ class CreateDiningQueues < ActiveRecord::Migration[5.1]
t.string :contact_no
t.string :queue_no
t.string :status
t.references :dining_facility, foreign_key: true
t.timestamps
end