X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_gserver-tag.md;h=82b0ccc881898371965fd675bb4dc179ea552bdc;hb=58b4ecd6ae7e9e504620ba609bf2f75cb70d9ced;hp=96a5f02f491f36acc945ab9c17c652131346b198;hpb=84ab5d61594ed92e0e28415d6c33df267a3636c5;p=friendica.git diff --git a/doc/database/db_gserver-tag.md b/doc/database/db_gserver-tag.md index 96a5f02f49..82b0ccc881 100644 --- a/doc/database/db_gserver-tag.md +++ b/doc/database/db_gserver-tag.md @@ -1,10 +1,29 @@ 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 | YES | PRI | 0 | | -| tag | Tag that the server has subscribed | varchar(100) | YES | PRI | | | +Fields +------ + +| 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 | | | + +Indexes +------------ + +| Name | Fields | +| ------- | --------------- | +| PRIMARY | gserver-id, tag | +| tag | tag | + +Foreign Keys +------------ + +| Field | Target Table | Target Field | +|-------|--------------|--------------| +| gserver-id | [gserver](help/database/db_gserver) | id | Return to [database documentation](help/database)