finished sale summary quick view

This commit is contained in:
Aung Myo
2017-08-10 11:59:15 +06:30
parent 13359cecba
commit 80d13ce1f9
8 changed files with 227 additions and 10 deletions

View File

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