friendica/doc/database/db_gserver-tag.md

30 lines
835 B
Markdown
Raw Permalink Normal View History

Table gserver-tag
===========
2021-06-14 08:10:11 +02:00
Tags that the server has subscribed
2021-06-14 10:53:37 +02:00
Fields
------
2021-06-14 08:10:11 +02:00
| 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 | | |
2021-06-14 10:53:37 +02:00
Indexes
------------
2021-06-14 14:15:10 +02:00
| Name | Fields |
| ------- | --------------- |
2021-06-14 10:53:37 +02:00
| PRIMARY | gserver-id, tag |
2021-06-14 14:15:10 +02:00
| tag | tag |
2021-06-14 10:53:37 +02:00
Foreign Keys
------------
| Field | Target Table | Target Field |
|-------|--------------|--------------|
| gserver-id | [gserver](help/database/db_gserver) | id |
Return to [database documentation](help/database)