]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_item-uri.md
Pad the lengths of the columns
[friendica.git] / doc / database / db_item-uri.md
index 1fb4f9b950e54f5d9aa8d0c54f7576ed1b18d36b..cc7a28e3ab8687628e768ddce3c2f4ca0c0553ad 100644 (file)
@@ -4,8 +4,8 @@ URI and GUID for items
 
 | Field | Description | Type | Null | Key | Default | Extra |
 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
-| id |  | int unsigned | YES | PRI | NULL | auto_increment |    
-| uri | URI of an item | varbinary(255) | YES |  | NULL |  |    
-| guid | A unique identifier for an item | varbinary(255) | NO |  | NULL |  |    
+| id   |                                 | int unsigned   | NO  | PRI | NULL | auto_increment |    
+| uri  | URI of an item                  | varbinary(255) | NO  |     | NULL |                |    
+| guid | A unique identifier for an item | varbinary(255) | YES |     | NULL |                |    
 
 Return to [database documentation](help/database)