]> git.mxchange.org Git - friendica.git/blob - doc/database/db_delayed-post.md
Trailing whitespace removed
[friendica.git] / doc / database / db_delayed-post.md
1 Table delayed-post
2 ===========
3
4 Posts that are about to be distributed at a later time
5
6 | Field   | Description                                    | Type               | Null | Key | Default | Extra          |
7 | ------- | ---------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- |
8 | id      |                                                | int unsigned       | NO   | PRI | NULL    | auto_increment |
9 | uri     | URI of the post that will be distributed later | varchar(255)       | YES  |     | NULL    |                |
10 | uid     | Owner User id                                  | mediumint unsigned | YES  |     | NULL    |                |
11 | delayed | delay time                                     | datetime           | YES  |     | NULL    |                |
12
13 Return to [database documentation](help/database)