Skip to content
naudefj edited this page Apr 22, 2023 · 1 revision

Description of FUDforum table fud30_bookmarks. This table was added with FUDforum 2.8.1 to track topics that users have bookmarked.

Fields

Column Name Datatype Can be Null? Key? Default Description
id int(11) NO PRI - auto_increment (removed in FUDforum 3.0.2)
user_id int(11) NO MUL - References fud30_users.id.
thread_id int(11) NO - - References fud30_thread.id.

Keys

Index Name Uniqueness Column Name Seq in index Comments
PRIMARY UNIQUE user_id 1
PRIMARY UNIQUE thread_id 2
Clone this wiki locally