Reversed "null"

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

View file

@ -4,9 +4,9 @@ cache for OEmbed queries
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| url | page url | varbinary(255) | YES | PRI | NULL | |
| maxwidth | Maximum width passed to Oembed | mediumint unsigned | YES | PRI | NULL | |
| content | OEmbed data of the page | mediumtext | NO | | NULL | |
| created | datetime of creation | datetime | YES | | 0001-01-01 00:00:00 | |
| url | page url | varbinary(255) | NO | PRI | NULL | |
| maxwidth | Maximum width passed to Oembed | mediumint unsigned | NO | PRI | NULL | |
| content | OEmbed data of the page | mediumtext | YES | | NULL | |
| created | datetime of creation | datetime | NO | | 0001-01-01 00:00:00 | |
Return to [database documentation](help/database)