fud30_buddy - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_buddy. This table tracks users' lists of friends.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
bud_id | int(11) | NO | - | 0 | References fud30_users.id. |
user_id | int(11) | NO | MUL | 0 | References fud30_users.id. |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 | |
fud30_buddy_i_ub | NOT UNIQUE | user_id | 1 | |
fud30_buddy_i_ub | NOT UNIQUE | bud_id | 2 |