friendica/doc/database/db_host.md

11 lines
344 B
Markdown
Raw Normal View History

Table host
===========
Hostname
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | sequential ID | tinyint unsigned | YES | PRI | | auto_increment |
| name | The hostname | varchar(128) | YES | | | |
Return to [database documentation](help/database)