4 Posts that are about to be distributed at a later time
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ------- | ---------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- |
11 | id | | int unsigned | NO | PRI | NULL | auto_increment |
12 | uri | URI of the post that will be distributed later | varbinary(383) | YES | | NULL | |
13 | uid | Owner User id | mediumint unsigned | YES | | NULL | |
14 | delayed | delay time | datetime | YES | | NULL | |
15 | wid | Workerqueue id | int unsigned | YES | | NULL | |
21 | ------- | --------------------- |
23 | uid_uri | UNIQUE, uid, uri(190) |
29 | Field | Target Table | Target Field |
30 |-------|--------------|--------------|
31 | uid | [user](help/database/db_user) | uid |
32 | wid | [workerqueue](help/database/db_workerqueue) | id |
34 Return to [database documentation](help/database)