您当前的位置: 首页 >  sql

PHP+MYSQL购物车实战(1)sql部分

发布时间:2020-04-15 21:36:11 ,浏览量:5

create table if not exists shop_goods(
id int unsigned auto_increment key,
gname varchar(50) not null unique,
price decimal(10,2) not null default 0,
number int unsigned not null default 0,
pic varchar(50) NOT NULL DEFAULT ‘jd.jpg’
);
编号
购物东西名字
价格
数量
图片

关注
打赏
查看更多评论

暂无认证

  • 5浏览

    0关注

    115983博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录