Skip to content
naudefj edited this page Apr 22, 2023 · 3 revisions

Description of FUDforum table fud30_ann_forums. This table maps announcements with forums where they should be displayed. For more information, see Announcement Manager.

Fields

Column Name Datatype Can be Null? Key? Default Description
ann_id int(11) NO MUL 0 References fud30_announce.id.
forum_id int(11) NO MUL 0 References fud30_forum.id.

Keys

Index Name Uniqueness Column Name Seq in index Comments
fud30_ann_forums_i_fa UNIQUE forum_id 1 Changed to UNIQUE in FUDforum 3.0.2.
fud30_ann_forums_i_fa UNIQUE ann_id 2
fud30_ann_forums_i_a NOT UNIQUE ann_id 1
Clone this wiki locally