doc: 添加数据库文档 (#358)

This commit is contained in:
danny
2020-03-11 20:48:37 +08:00
committed by GitHub
parent b98903c21d
commit e74f9ace8a
6 changed files with 21 additions and 0 deletions

21
doc/database.md Normal file
View File

@@ -0,0 +1,21 @@
# 数据表结构
## 1 用户相关
### 1.1 数据表结构
![](./pics/database/user.png)
## 2 商品相关
### 2.1 数据表结构
![](./pics/database/goods.png)
## 3 订单相关
![](./pics/database/order.png)
## 4 其他
![](./pics/database/others.png)

BIN
doc/pics/database/admin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
doc/pics/database/goods.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
doc/pics/database/order.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

BIN
doc/pics/database/user.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB