4 Star 1 Fork 1

manba/安护娇养

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.sql 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
manba 提交于 2021-09-03 09:35 . 安护娇养
DROP TABLE IF EXISTS `__PREFIX__dymsg`;
CREATE TABLE `__PREFIX__dymsg` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID',
`openid` varchar(255) DEFAULT NULL COMMENT 'Openid',
`createtime` int(11) DEFAULT NULL COMMENT '创建时间',
`updatetime` int(11) DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT='订阅消息';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liugu888i/protect-and-pamper.git
git@gitee.com:liugu888i/protect-and-pamper.git
liugu888i
protect-and-pamper
安护娇养
main

搜索帮助