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

11 lines
526 B
Markdown

Table gserver-tag
===========
Tags that the server has subscribed
| Field | Description | Type | Null | Key | Default | Extra |
| ---------- | ---------------------------------- | ------------ | ---- | --- | ------- | ----- |
| gserver-id | The id of the gserver | int unsigned | NO | PRI | 0 | |
| tag | Tag that the server has subscribed | varchar(100) | NO | PRI | | |
Return to [database documentation](help/database)