Added default value "NULL"

This commit is contained in:
Michael 2021-06-14 05:08:01 +00:00
parent bb5e6d248b
commit 31db9dbef7
70 changed files with 311 additions and 311 deletions

View file

@ -4,9 +4,9 @@ Posts that are about to be distributed at a later time
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | | int unsigned | YES | PRI | | auto_increment |
| uri | URI of the post that will be distributed later | varchar(255) | NO | | | |
| uid | Owner User id | mediumint unsigned | NO | | | |
| delayed | delay time | datetime | NO | | | |
| id | | int unsigned | YES | PRI | NULL | auto_increment |
| uri | URI of the post that will be distributed later | varchar(255) | NO | | NULL | |
| uid | Owner User id | mediumint unsigned | NO | | NULL | |
| delayed | delay time | datetime | NO | | NULL | |
Return to [database documentation](help/database)