提交 3fba4390 编写于 作者: U UlricQin

generate upgrade sql for 3.7.0

上级 500585a0
set names utf8;
use n9e_rdb;
CREATE TABLE `stats`
(
`name` varchar(64) not null,
`value` bigint not null default 0,
PRIMARY KEY (`name`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册