]> git.mxchange.org Git - friendica.git/blob - doc/database/db_gserver-tag.md
Trailing whitespace removed
[friendica.git] / doc / database / db_gserver-tag.md
1 Table gserver-tag
2 ===========
3
4 Tags that the server has subscribed
5
6 | Field      | Description                        | Type         | Null | Key | Default | Extra |
7 | ---------- | ---------------------------------- | ------------ | ---- | --- | ------- | ----- |
8 | gserver-id | The id of the gserver              | int unsigned | NO   | PRI | 0       |       |
9 | tag        | Tag that the server has subscribed | varchar(100) | NO   | PRI |         |       |
10
11 Return to [database documentation](help/database)