friendica/doc/database/db_host.md

12 lines
425 B
Markdown

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 | | | |
Return to [database documentation](help/database)