]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_gserver.md
Merge pull request #10797 from annando/diaspora-deprecated
[friendica.git] / doc / database / db_gserver.md
index 341f71eff5a68a108162df9ae5f8cd9a04c4d3bd..905602b3b8b4ad364e232a4244861ca6a2b3cb58 100644 (file)
@@ -3,6 +3,9 @@ Table gserver
 
 Global servers
 
+Fields
+------
+
 | Field            | Description                                        | Type             | Null | Key | Default             | Extra          |
 | ---------------- | -------------------------------------------------- | ---------------- | ---- | --- | ------------------- | -------------- |
 | id               | sequential ID                                      | int unsigned     | NO   | PRI | NULL                | auto_increment |
@@ -29,4 +32,15 @@ Global servers
 | failed           | Connection failed                                  | boolean          | YES  |     | NULL                |                |
 | next_contact     | Next connection request                            | datetime         | YES  |     | 0001-01-01 00:00:00 |                |
 
+Indexes
+------------
+
+| Name         | Fields            |
+| ------------ | ----------------- |
+| PRIMARY      | id                |
+| nurl         | UNIQUE, nurl(190) |
+| next_contact | next_contact      |
+| network      | network           |
+
+
 Return to [database documentation](help/database)