friendica/doc/database/db_host.md

11 lines
440 B
Markdown
Raw Normal View History

Table host
===========
Hostname
2021-06-14 07:58:51 +02:00
| 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)