]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_delayed-post.md
Pad the header
[friendica.git] / doc / database / db_delayed-post.md
index 40e644ec4502397b033eae169535cd4245392026..cdf9b7d5717e03d0019bac9fe53bcffefe8aa606 100644 (file)
@@ -2,11 +2,11 @@ Table delayed-post
 ===========
 Posts that are about to be distributed at a later time
 
-| 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 |  |    
-| uid | Owner User id | mediumint unsigned | YES |  | NULL |  |    
-| delayed | delay time | datetime | YES |  | NULL |  |    
+| 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    |                |    
+| uid     | Owner User id                                  | mediumint unsigned | YES  |     | NULL    |                |    
+| delayed | delay time                                     | datetime           | YES  |     | NULL    |                |    
 
 Return to [database documentation](help/database)