fud30_bookmarks - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_bookmarks. This table was added with FUDforum 2.8.1 to track topics that users have bookmarked.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
|
|
|
|
- |
|
user_id | int(11) | NO | MUL | - | References fud30_users.id. |
thread_id | int(11) | NO | - | - | References fud30_thread.id. |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | user_id | 1 | |
PRIMARY | UNIQUE | thread_id | 2 |