update rounding adj for osaka

This commit is contained in:
Aung Myo
2017-07-26 16:35:34 +06:30
parent 6189404afb
commit 1de6cc906c
5 changed files with 24 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ class CreateShops < ActiveRecord::Migration[5.1]
t.string :cloud_token
t.string :owner_token
t.string :id_prefix, :null => false, :limit => 3
t.boolean :is_rounding_adj, :default => false
t.timestamps
end