fud30_fc_view - fudforum/FUDforum GitHub Wiki

Description of FUDforum table fud30_fc_view. Sorting order of categories and forums.

Fields

Column Name Datatype Can be Null? Key? Default Description
id int(11) NO PRI - auto_increment
c int(11) NO MUL 0 Category ID. References fud30_cat.id.
f int(11) NO UNI 0 Forum ID. References fud30_forum.id.
lvl int(11) NO - 0 Level. 0 == top.

Keys

Index Name Uniqueness Column Name Seq in index Comments
PRIMARY UNIQUE id 1
fud30_fc_view_i_f UNIQUE f 1
fud30_fc_view_i_c NOT UNIQUE c 1
⚠️ **GitHub.com Fallback** ⚠️