]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_host.md
spelling: exception
[friendica.git] / doc / database / db_host.md
index 97c3bb5fe321e83e4d9e77b793282dfbd75f0871..4b2d4d1e5df9035f5ce829f6202e1be04bdc9643 100644 (file)
@@ -1,10 +1,23 @@
 Table host
 ===========
+
 Hostname
 
-| Field | Description | Type | Null | Key | Default | Extra |
-| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
-| id   | sequential ID | tinyint unsigned | NO | PRI | NULL | auto_increment |    
-| name | The hostname  | varchar(128)     | NO |     |      |                |    
+Fields
+------
+
+| Field | Description   | Type             | Null | Key | Default | Extra          |
+| ----- | ------------- | ---------------- | ---- | --- | ------- | -------------- |
+| id    | sequential ID | tinyint unsigned | NO   | PRI | NULL    | auto_increment |
+| name  | The hostname  | varchar(128)     | NO   |     |         |                |
+
+Indexes
+------------
+
+| Name    | Fields       |
+| ------- | ------------ |
+| PRIMARY | id           |
+| name    | UNIQUE, name |
+
 
 Return to [database documentation](help/database)