修改存储引擎为innodb ,添加索引
This commit is contained in:
@@ -15,4 +15,4 @@ CREATE TABLE COUTMSGS
|
||||
COUTMSGS_ACK_DATE_RECV datetime(0),
|
||||
COUTMSGS_ENCRYPT int(1) default 0 not null,
|
||||
COUTMSGS_ERROR int(1) default 0 not null
|
||||
);
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user