You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
559 B
Plaintext

{
"global":
{
"all":
[
"alter table pos_paymode add column incomeFlag INT default 0;",
"alter table pos_paymode add column otherRateType INT default 0;",
"alter table pos_paymode add column otherRateValue decimal(24,4) default 0;",
"alter table pos_order_pay add column incomeFlag INT default 0;",
"alter table pos_order_pay add column otherRateType INT default 0;",
"alter table pos_order_pay add column otherRateValue decimal(24,4) default 0;",
"alter table pos_order_pay add column otherRate decimal(24,4) default 0;"
]
}
}