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.

9 lines
626 B
Plaintext

{
"global":
{
"all":
[
"CREATE TABLE if not exists pos_wx_waimai_order ( id varchar(32) primary key not null, tenantId varchar(16) NOT NULL, ticketNo varchar(32), storeId varchar(32), storeNo varchar(32), storeName varchar(500), shiftId varchar(32), shiftNo varchar(32), workerNo varchar(32), receiveMobile varchar(32), receiveAddress varchar(500), distributionFee decimal(24,2) DEFAULT (0), receiveName varchar(64), type int DEFAULT (0), isIncome int DEFAULT (0),status int DEFAULT (0), createUser varchar(32), createDate varchar(32), modifyUser varchar(32), modifyDate varchar(32));",
]
}
}