1
0
Fork 0

Reversed "null"

This commit is contained in:
Michael 2021-06-14 05:14:09 +00:00
commit a827f948c8
73 changed files with 752 additions and 752 deletions

View file

@ -4,9 +4,9 @@ post relation to categories
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | YES | PRI | NULL | |
| uid | User id | mediumint unsigned | YES | PRI | 0 | |
| type | | tinyint unsigned | YES | PRI | 0 | |
| tid | | int unsigned | YES | PRI | 0 | |
| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | PRI | NULL | |
| uid | User id | mediumint unsigned | NO | PRI | 0 | |
| type | | tinyint unsigned | NO | PRI | 0 | |
| tid | | int unsigned | NO | PRI | 0 | |
Return to [database documentation](help/database)