friendica/doc/database/db_host.md
2021-06-14 05:58:51 +00:00

11 lines
440 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)