{ "global": { "all": [ "alter table pos_order add column estimatedCost decimal(24,4) default 0;", "alter table pos_order add column estimatedProfitAmount decimal(24,4) default 0;", "alter table pos_order add column estimatedProfitMargin decimal(24,4) default 0;", "alter table pos_order add column totalCost decimal(24,4) default 0;", "alter table pos_order add column profitAmount decimal(24,4) default 0;", "alter table pos_order add column profitMargin decimal(24,4) default 0;", "alter table pos_order_item add column costPrice decimal(24,4) default 0;", "alter table pos_order_item add column estimatedCost decimal(24,4) default 0;", "alter table pos_order_item add column estimatedProfitAmount decimal(24,4) default 0;", "alter table pos_order_item add column estimatedProfitMargin decimal(24,4) default 0;", "alter table pos_order_item add column totalCost decimal(24,4) default 0;", "alter table pos_order_item add column profitAmount decimal(24,4) default 0;", "alter table pos_order_item add column profitMargin decimal(24,4) default 0;", "alter table pos_store_handover add column realMoney decimal(24,4) default 0;", "alter table pos_store_handover add column virtualMoney decimal(24,4) default 0;", "alter table pos_store_coupon add column voucherFlag INTEGER default 0;", "alter table pos_store_info add column costMode INT default 0;", "alter table pos_store_info add column dueDate varchar(32);", "alter table pos_store_coupon add column validMonth varchar(128);", "alter table pos_promotion_task add column validMonth varchar(128);" ] } }