mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-21 11:13:57 +08:00
refactor and update i18n (template), to be continue
This commit is contained in:
13
views/document/template_code-en.tpl
Normal file
13
views/document/template_code-en.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
### Data Dictionary
|
||||
|
||||
#### User Table, Store user information
|
||||
|
||||
|Column|Type|IsNull|Default|Commnet|
|
||||
|:---- |:------- |:--- |-- -|------ |
|
||||
|uid |int(10) |No | | |
|
||||
|username |varchar(20) |No | | |
|
||||
|password |varchar(50) |No | | |
|
||||
|name |varchar(15) |Yes | | nickname |
|
||||
|reg_time |int(11) |No | 0 | register time |
|
||||
|
||||
#### Remark: N/A
|
||||
Reference in New Issue
Block a user