1 Star 0 Fork 194

code吧 / goploy

forked from goploy / goploy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
v1.1.3.sql 505 Bytes
一键复制 编辑 原始数据 按行查看 历史
张臻 提交于 2021-01-06 17:32 . U doc
CREATE TABLE IF NOT EXISTS `goploy`.`project_file` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`project_id` int(10) unsigned NOT NULL,
`filename` varchar(255) NOT NULL DEFAULT '',
`insert_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`) USING BTREE,
KEY `project_id` (`project_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
Go
1
https://gitee.com/codeba/goploy.git
git@gitee.com:codeba/goploy.git
codeba
goploy
goploy
master

搜索帮助