知行合一

博客园 首页 新随笔 联系 订阅 管理

2021年3月5日 #

摘要: 一、数据库结构 create table `foodie-shop-dev`.items_comments ( id varchar(64) not null comment 'id主键' primary key, user_id varchar(64) null comment '用户id 用户名 阅读全文
posted @ 2021-03-05 22:13 callbin 阅读(183) 评论(0) 推荐(0) 编辑

摘要: 一、数据库结构 create table `foodie-shop-dev`.items ( id varchar(64) not null comment '商品主键id' primary key, item_name varchar(32) not null comment '商品名称 商品名称 阅读全文
posted @ 2021-03-05 20:23 callbin 阅读(240) 评论(0) 推荐(0) 编辑

摘要: 功能:查询每个一级分类的最新6条商品数据一、数据库表结构 create table `foodie-shop-dev`.category ( id int auto_increment comment '主键' primary key, name varchar(32) not null comme 阅读全文
posted @ 2021-03-05 18:26 callbin 阅读(965) 评论(0) 推荐(0) 编辑