茶類商品:
規(guī)格表:spec
100g 120g ?16*4g
類別表:cate
紅茶 蓬蝶、白茶尘分、綠茶、普洱丸氛、奇珍異茗培愁、
黑茶、青茶
茶商品: 主鍵 name_id ?外鍵 cate_id ?spec_id
瑞草魁缓窜、野生子牙定续、紫茶王
創(chuàng)建數(shù)據(jù)庫如何添加圖片,在數(shù)據(jù)庫中添加圖片
創(chuàng)建訂單列表禾锤,
購物車表
茶館信息表
在這里簡單模擬了一下
創(chuàng)建一個茶(teapro)表單
茶規(guī)格
id? spec
1? 100g
2 200g
3 300g
茶類別
id cate
1 紅茶
2 綠茶
3 普洱
茶名字
teaname
id name
1 紫茶王
2 五行私房茶
3 長生丹
關(guān)聯(lián)表 teaPro
id teaname_id cate_id spec_id? ? ? amount
1 1(紫茶王) 3(100) 2(普洱) 10
2 1(紫茶王) 3(4*16) 2(普洱) 15
3 ? ?1 ? ? ? ? ? ?2 ? ? ? ? ? ? ? 1 ? ? ? ? ? ? ? ? 6
4 ? ?2 ? ? ? ? ? ?3 ? ? ? ? ? ? ? 2 ? ? ? ? ? ? ? ?10
select * from teaPro where teaname_id = {id} and cate ='普洱' and amount > 0