在线商城平台数据库ER模型
2023-04-01 14:57:30 5 举报
在线商城平台数据库ER模型 ER图 数据库关系图 模型 所有内容可调整
作者其他创作
大纲/内容
1:n
用户表 e_user
id 主键username 用户名nick_name 昵称password 密码salt 加密盐user_type 用户类型avatar 头像sex 性别birthday 生日email 邮件phone 电话delete_flag 删除标记intro 介绍edu 学历edu_auth 学历认证标记user_status 状态create_time 创建时间update_time 更新时间
商品标签 e_product_tag
id 主键tag_name 标签名称tag_status 状态create_time 创建时间update_time 更新时间
商城订单 e_shop_order
id 主键order_no 订单编号buyer_user_id 购买用户IDbuyer_nick_name 购买用户昵称buyer_phone 联系电话shop_name 购买商家名称total_amount 总金额pay_amount 付款金额pay_type 付款类型order_status 订单状态address_id 收货地址order_time 下单时间pay_time 付款时间send_time 发货时间finish_time 完成时间deivery_type 发货时间celivery_fee 物流费用comment 备注
1:1
商品分类 e_product_category
id 主键category_name 分类名称category_image 分类图片sort_num 排序chapter_status 状态create_time 创建时间update_time 更新时间
商品 e_product
id 主键product_no 商品编号product_name 商品名称category_id 商品类型product_image 商品图片price 价格product_info 介绍product_tags 标签deliver_fee 运费product_status 状态create_time 创建时间update_time 更新时间
在线商城平台数据库ER模型
0 条评论
下一页