add cashier zone in ui
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class CreateCashierTerminalByZones < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :cashier_terminal_by_zones do |t|
|
||||
t.integer :cashier_terminal_id
|
||||
t.integer :zone_id
|
||||
t.references :cashier_terminal, :null => false
|
||||
t.references :zone, :null => false
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user