From 9ce270059f960f17dcd5727c8d5d53d73510f221 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Fri, 31 Aug 2018 15:33:02 +0630 Subject: [PATCH] update migrateshop table --- db/migrate/20170530072247_create_shops.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrate/20170530072247_create_shops.rb b/db/migrate/20170530072247_create_shops.rb index 1c87b505..c46cee36 100755 --- a/db/migrate/20170530072247_create_shops.rb +++ b/db/migrate/20170530072247_create_shops.rb @@ -25,6 +25,7 @@ class CreateShops < ActiveRecord::Migration[5.1] t.boolean :quick_sale_summary, :default => false t.boolean :calc_tax_order, :default => false t.boolean :show_account_info, :default => true + t.text :note t.timestamps end end