]> git.mxchange.org Git - friendica.git/blob - doc/database/db_host.md
97c3bb5fe321e83e4d9e77b793282dfbd75f0871
[friendica.git] / doc / database / db_host.md
1 Table host
2 ===========
3 Hostname
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id   | sequential ID | tinyint unsigned | NO | PRI | NULL | auto_increment |    
8 | name | The hostname  | varchar(128)     | NO |     |      |                |    
9
10 Return to [database documentation](help/database)