room charges

This commit is contained in:
Nweni
2017-08-15 11:14:38 +06:30
parent 1f892fdd3d
commit e5a685f36e
3 changed files with 119 additions and 61 deletions

View File

@@ -10,6 +10,7 @@ class CreateDiningCharges < ActiveRecord::Migration[5.1]
t.time :charge_block
t.string :time_rounding, :default => "down"
t.time :time_rounding_block
t.integer :time_rounding_block_price, :default => 0
t.timestamps
end
end