2 Star 11 Fork 6

ISLE / iweb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
history_mail.sql 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
ISLE 提交于 2018-11-27 10:19 . 提交代码
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
CREATE TABLE `history_mail` (
`idMail` int(11) NOT NULL,
`titleItem` text NOT NULL,
`messageItem` text NOT NULL,
`idItem` int(11) NOT NULL,
`countItem` int(11) NOT NULL,
`maxCountItem` int(11) NOT NULL,
`octetItem` text NOT NULL,
`prototypeItem` int(11) NOT NULL,
`timeItem` int(11) NOT NULL,
`maskItem` int(11) NOT NULL,
`moneyItem` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `history_mail`
ADD PRIMARY KEY (`idMail`);
ALTER TABLE `history_mail`
MODIFY `idMail` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
PHP
1
https://gitee.com/isle/iweb.git
git@gitee.com:isle/iweb.git
isle
iweb
iweb
master

搜索帮助