30 Star 0 Fork 0

苏芙蓉欧耶/WWT105

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
第一天课后作业.txt 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
金恒瑞 提交于 2023-02-20 16:25 . 金恒瑞
create table comments(
id int(3) NOT NULL primary key auto_increment comment '评论表id',
News_Id int(3) NOT NULL comment '新闻id',
comment varchar(500) NOT NULL comment '评论',
Create_by varchar(100) NOT NULL default 'id' comment '创建人' ,
Create_date date NOT NULL comment '创建时间',
Update_by varchar(100) NOT NULL default 'id' comment '更新人',
Update_date date NOT NULL comment '更新时间'
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sufurong/wwt105.git
[email protected]:sufurong/wwt105.git
sufurong
wwt105
WWT105
master

搜索帮助