friendica/doc/database/db_delayed-post.md

14 lines
871 B
Markdown
Raw Normal View History

Table delayed-post
===========
2021-06-14 08:10:11 +02:00
Posts that are about to be distributed at a later time
2021-06-14 08:10:11 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| ------- | ---------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| uri | URI of the post that will be distributed later | varchar(255) | YES | | NULL | |
| uid | Owner User id | mediumint unsigned | YES | | NULL | |
| delayed | delay time | datetime | YES | | NULL | |
Return to [database documentation](help/database)