mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
优化体验
This commit is contained in:
13
views/document/template_code.tpl
Normal file
13
views/document/template_code.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
### 数据库字典
|
||||
|
||||
#### 用户表,储存用户信息
|
||||
|
||||
|字段|类型|空|默认|注释|
|
||||
|:---- |:------- |:--- |-- -|------ |
|
||||
|uid |int(10) |否 | | |
|
||||
|username |varchar(20) |否 | | 用户名 |
|
||||
|password |varchar(50) |否 | | 密码 |
|
||||
|name |varchar(15) |是 | | 昵称 |
|
||||
|reg_time |int(11) |否 | 0 | 注册时间 |
|
||||
|
||||
#### 备注:无
|
||||
Reference in New Issue
Block a user