From e4e9b19c4685c74bb7ca4f3234cd826896dfcf95 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Fri, 24 Aug 2018 11:52:58 +0630 Subject: [PATCH] update employee migrate --- db/migrate/20170403155230_create_employees.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrate/20170403155230_create_employees.rb b/db/migrate/20170403155230_create_employees.rb index b984b4c2..e79ac41c 100755 --- a/db/migrate/20170403155230_create_employees.rb +++ b/db/migrate/20170403155230_create_employees.rb @@ -5,6 +5,7 @@ class CreateEmployees < ActiveRecord::Migration[5.1] t.string :role, :null => false, :default => "cashier" t.boolean :is_active, :default => true, :index=>true t.string :emp_id, :null => false + t.integer :order_queue_station_id t.string :password_digest, :null => false t.string :token_session, :index=>true t.datetime :session_expiry