夜幕下的风 的个人博客 / 0 / 0 / 创建于 4年前 / 更新于 4年前
1.src目录下初始化go mod init 项目名2.项目结构3.建表sql:
src
go mod init 项目名
create table `ToDo`{ `ID` bigint(20) not null primary key auto_increment, `Title` varchar(200) not null, `Description`varchar(1024) default '', `Reminder` timestamp null default null, }
本作品采用《CC 协议》,转载必须注明作者和本文链接
我要举报该,理由是:
推荐文章: