friendica/doc/database/db_host.md

24 lines
542 B
Markdown

Table host
===========
Hostname
Fields
------
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ------------- | ---------------- | ---- | --- | ------- | -------------- |
| id | sequential ID | tinyint unsigned | NO | PRI | NULL | auto_increment |
| name | The hostname | varchar(128) | NO | | | |
Indexes
------------
| Name | Fields |
|------|---------|
| PRIMARY | id |
| name | UNIQUE, name |
Return to [database documentation](help/database)