friendica/doc/database/db_host.md

11 lines
346 B
Markdown
Raw Normal View History

Table host
===========
Hostname
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
2021-06-14 07:14:09 +02:00
| id | sequential ID | tinyint unsigned | NO | PRI | NULL | auto_increment |
| name | The hostname | varchar(128) | NO | | | |
Return to [database documentation](help/database)