diff options
Diffstat (limited to 'docs/account_data.md')
| -rw-r--r-- | docs/account_data.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/account_data.md b/docs/account_data.md index 1484152..702db9b 100644 --- a/docs/account_data.md +++ b/docs/account_data.md @@ -10,10 +10,10 @@ Contains data about client account and settings. | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |--------------|------------|------------|-----|------|---------|-------|---------| -| [account][1] | int(10) | unsigned | PRI | NO | 0 | | | -| [type][2] | tinyint(3) | unsigned | PRI | NO | 0 | | | -| [time][3] | int(10) | unsigned | | NO | 0 | | | -| [data][4] | blob | signed | | NO | | | | +| [account][1] | INT | UNSIGNED | PRI | NO | 0 | | | +| [type][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | +| [time][3] | INT | UNSIGNED | | NO | 0 | | | +| [data][4] | BLOB | SIGNED | | NO | | | | [1]: #account [2]: #type |
