]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_post-user-notification.md
Pad the header
[friendica.git] / doc / database / db_post-user-notification.md
index 01727e26672e1e32276aa2134232af3cdc256781..fc367ca750dbf1e9e0d58bef7e98033aa100c1c7 100644 (file)
@@ -2,10 +2,10 @@ Table post-user-notification
 ===========
 User post notifications
 
-| Field | Description | Type | Null | Key | Default | Extra |
-| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
-| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | YES | PRI | NULL |  |    
-| uid | Owner id which owns this copy of the item | mediumint unsigned | YES | PRI | NULL |  |    
-| notification-type |  | tinyint unsigned | YES |  | 0 |  |    
+| Field             | Description                                               | Type               | Null | Key | Default | Extra |    
+| ----------------- | --------------------------------------------------------- | ------------------ | ---- | --- | ------- | ----- |    
+| uri-id            | Id of the item-uri table entry that contains the item uri | int unsigned       | NO   | PRI | NULL    |       |    
+| uid               | Owner id which owns this copy of the item                 | mediumint unsigned | NO   | PRI | NULL    |       |    
+| notification-type |                                                           | tinyint unsigned   | NO   |     | 0       |       |    
 
 Return to [database documentation](help/database)