]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_tag.md
Merge pull request #12407 from HankG/friendica-api-photo-endpoint-updates
[friendica.git] / doc / database / db_tag.md
index acde7bb2658de5bd47c7f0056cb9774b599f6a76..5b50cdf9022ee621b19747448834792c46db72db 100644 (file)
@@ -6,12 +6,12 @@ tags and mentions
 Fields
 ------
 
-| Field | Description                                      | Type             | Null | Key | Default | Extra          |
-| ----- | ------------------------------------------------ | ---------------- | ---- | --- | ------- | -------------- |
-| id    |                                                  | int unsigned     | NO   | PRI | NULL    | auto_increment |
-| name  |                                                  | varchar(96)      | NO   |     |         |                |
-| url   |                                                  | varbinary(255)   | NO   |     |         |                |
-| type  | Type of the tag (Unknown, Collection or Account) | tinyint unsigned | YES  |     | NULL    |                |
+| Field | Description                                                                   | Type             | Null | Key | Default | Extra          |
+| ----- | ----------------------------------------------------------------------------- | ---------------- | ---- | --- | ------- | -------------- |
+| id    |                                                                               | int unsigned     | NO   | PRI | NULL    | auto_increment |
+| name  |                                                                               | varchar(96)      | NO   |     |         |                |
+| url   |                                                                               | varbinary(383)   | NO   |     |         |                |
+| type  | Type of the tag (Unknown, General Collection, Follower Collection or Account) | tinyint unsigned | YES  |     | NULL    |                |
 
 Indexes
 ------------