Added default value "NULL"
This commit is contained in:
@@ -4,10 +4,10 @@ Thread related data
|
||||
|
||||
| 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 | | |
|
||||
| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | YES | PRI | NULL | |
|
||||
| owner-id | Item owner | int unsigned | YES | | 0 | |
|
||||
| author-id | Item author | int unsigned | YES | | 0 | |
|
||||
| causer-id | Link to the contact table with uid=0 of the contact that caused the item creation | int unsigned | NO | | | |
|
||||
| causer-id | Link to the contact table with uid=0 of the contact that caused the item creation | int unsigned | NO | | NULL | |
|
||||
| network | | char(4) | YES | | | |
|
||||
| created | | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
| received | | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
|
||||
Reference in New Issue
Block a user