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