fud30_mod - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_mod. This table maps moderators to forums.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
user_id | int(11) | NO | MUL | 0 | References fud30_users.id. |
forum_id | int(11) | NO | - | 0 | References fud30_forum.id. |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 | |
fud30_mod_i_uf | UNIQUE | user_id | 1 | |
fud30_mod_i_uf | UNIQUE | forum_id | 2 |