friendica/doc/database/db_user-gserver.md
Hypolite Petovan 9bbb55b2bb [Database 1526] Add new user-gserver table
- Add Entity, Collection, Factory and Repository classes for it
2023-08-20 14:27:03 -04:00

970 B

Table user-gserver

User settings about remote servers

Fields

Field Description Type Null Key Default Extra
uid Owner User id mediumint unsigned NO 0
gsid Gserver id int unsigned NO 0
ignored server accounts are ignored for the user boolean NO 0

Indexes

Name Fields
PRIMARY uid, gsid

Foreign Keys

Field Target Table Target Field
uid user uid
gsid gserver id

Return to database documentation