]> git.mxchange.org Git - friendica.git/blob - doc/database/db_gserver-tag.md
Category added
[friendica.git] / doc / database / db_gserver-tag.md
1 Table gserver-tag
2 ===========
3
4 Tags that the server has subscribed
5
6 Fields
7 ------
8
9 | Field      | Description                        | Type         | Null | Key | Default | Extra |
10 | ---------- | ---------------------------------- | ------------ | ---- | --- | ------- | ----- |
11 | gserver-id | The id of the gserver              | int unsigned | NO   | PRI | 0       |       |
12 | tag        | Tag that the server has subscribed | varchar(100) | NO   | PRI |         |       |
13
14 Indexes
15 ------------
16
17 | Name    | Fields          |
18 | ------- | --------------- |
19 | PRIMARY | gserver-id, tag |
20 | tag     | tag             |
21
22 Foreign Keys
23 ------------
24
25 | Field | Target Table | Target Field |
26 |-------|--------------|--------------|
27 | gserver-id | [gserver](help/database/db_gserver) | id |
28
29 Return to [database documentation](help/database)