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