]> git.mxchange.org Git - friendica.git/blob - doc/database/db_delayed-post.md
Updates database structure documentation
[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 | YES | PRI |  | auto_increment |    
8 | uri | URI of the post that will be distributed later | varchar(255) | NO |  |  |  |    
9 | uid | Owner User id | mediumint unsigned | NO |  |  |  |    
10 | delayed | delay time | datetime | NO |  |  |  |    
11
12 Return to [database documentation](help/database)