friendica/doc/database/db_delayed-post.md

1.7 KiB

Table delayed-post

Posts that are about to be distributed at a later time

Fields

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
title post title varchar(255) YES NULL
body post body content mediumtext YES NULL
private 0=public, 1=private, 2=unlisted tinyint unsigned YES NULL
wid Workerqueue id int unsigned YES NULL
uid Owner User id mediumint unsigned YES NULL
delayed delay time datetime YES NULL

Indexes

Name Fields
PRIMARY id
uid_uri UNIQUE, uid, uri(190)
wid wid

Foreign Keys

Field Target Table Target Field
wid workerqueue id
uid user uid

Return to database documentation