egg学习笔记(6)--egg+mysql(sequelize)+vue实现curd

后台 项目 egg+mysql(sequelize)+vue实现curd前端 项目结构 mysql建表(collect) CREATE TABLE `collect` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '收藏id', `author` varchar(255) DEFAULT NULL COMMENT '做者', `date`
相关文章
相关标签/搜索