mirror of
https://github.com/friendica/friendica
synced 2025-04-25 10:30:12 +00:00
Added default value "NULL"
This commit is contained in:
parent
bb5e6d248b
commit
31db9dbef7
70 changed files with 311 additions and 311 deletions
|
@ -4,7 +4,7 @@ Status of ActivityPub inboxes
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| url | URL of the inbox | varbinary(255) | YES | PRI | | |
|
||||
| url | URL of the inbox | varbinary(255) | YES | PRI | NULL | |
|
||||
| created | Creation date of this entry | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
| success | Date of the last successful delivery | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
| failure | Date of the last failed delivery | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue