Trailing whitespace removed
This commit is contained in:
parent
fd30df7300
commit
2cd0c1d30d
72 changed files with 965 additions and 893 deletions
|
@ -1,13 +1,14 @@
|
|||
Table pconfig
|
||||
===========
|
||||
|
||||
personal (per user) configuration storage
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ------------------ | ---- | --- | ------- | -------------- |
|
||||
| id | Primary key | int unsigned | NO | PRI | NULL | auto_increment |
|
||||
| uid | User id | mediumint unsigned | NO | | 0 | |
|
||||
| cat | Category | varchar(50) | NO | | | |
|
||||
| k | Key | varchar(100) | NO | | | |
|
||||
| v | Value | mediumtext | YES | | NULL | |
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ------------------ | ---- | --- | ------- | -------------- |
|
||||
| id | Primary key | int unsigned | NO | PRI | NULL | auto_increment |
|
||||
| uid | User id | mediumint unsigned | NO | | 0 | |
|
||||
| cat | Category | varchar(50) | NO | | | |
|
||||
| k | Key | varchar(100) | NO | | | |
|
||||
| v | Value | mediumtext | YES | | NULL | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue