Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

生成错误 #8

Open
peihongpeng opened this issue Sep 30, 2018 · 0 comments
Open

生成错误 #8

peihongpeng opened this issue Sep 30, 2018 · 0 comments

Comments

@peihongpeng
Copy link

CREATE TABLE shop_channel (
ID int(11) NOT NULL AUTO_INCREMENT,
CORP_ACCOUNT_ID char(32) DEFAULT NULL COMMENT '企业id',
MCH_ID varchar(50) DEFAULT NULL COMMENT '商户ID',
MCH_KEY varchar(50) DEFAULT NULL COMMENT '商户密钥',
CERT_PATH varchar(100) DEFAULT NULL COMMENT '证书路径',
DELETE_STATUS tinyint(4) DEFAULT NULL COMMENT '删除状态,0:停止使用,1:使用中',
REMARK varchar(200) DEFAULT NULL COMMENT '备注',
CREATE_TIME datetime DEFAULT NULL COMMENT '创建时间',
UPDATE_TIME datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
PRIMARY KEY (ID)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='支付渠道表';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant