修改存储引擎为innodb ,添加索引

This commit is contained in:
zhouxiunai
2019-01-08 15:11:54 +08:00
parent a4844a783d
commit 3c7e55c2cc
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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;