]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_addon.md
Reenable Twitter/Retweet tests
[friendica.git] / doc / database / db_addon.md
index 568e64a5a66063bf8658659f7b620758ce1bc90d..7233b80095d13b077a3f169c688b8ff140bc0d4c 100644 (file)
@@ -3,6 +3,9 @@ Table addon
 
 registered addons
 
+Fields
+------
+
 | Field        | Description                                   | Type         | Null | Key | Default | Extra          |
 | ------------ | --------------------------------------------- | ------------ | ---- | --- | ------- | -------------- |
 | id           |                                               | int unsigned | NO   | PRI | NULL    | auto_increment |
@@ -13,4 +16,14 @@ registered addons
 | timestamp    | file timestamp to check for reloads           | int unsigned | NO   |     | 0       |                |
 | plugin_admin | 1 = has admin config, 0 = has no admin config | boolean      | NO   |     | 0       |                |
 
+Indexes
+------------
+
+| Name           | Fields          |
+| -------------- | --------------- |
+| PRIMARY        | id              |
+| installed_name | installed, name |
+| name           | UNIQUE, name    |
+
+
 Return to [database documentation](help/database)