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

Description of FUDforum table fud30_plugins. Also see Plugin Manager.

Fields

Column Name Datatype Can be Null? Key? Default Description
id int(11) NO PRI - auto_increment
name varchar(255) NO UNI - Plugin name.
priority int(11) NO - 0 Firing order.

Keys

Index Name Uniqueness Column Name Seq in index Comments
PRIMARY UNIQUE id 1
fud30_plugins_n UNIQUE name 1
Clone this wiki locally