community — Keeps track of properties of community accounts (which are just normal user accounts with some extra behavior)
Column name | Type | Null | Default | Description |
---|---|---|---|---|
userid | int unsigned | 0 | Community's userid from the user table. | |
membership | enum('open','closed','moderated') | open | Can people join without being invited? | |
postlevel | enum('members','select','screened') | YES | Who can post? Members only, or a select group. "screened" is not yet used. |
Key name | Type | Column(s) |
---|---|---|
PRIMARY | PRIMARY |