4 | Field | Description | Type | Null | Key | Default | Extra |
5 | ------------- | --------------------------------------------- | ---------- | ---- | --- | ------- | --------------- |
6 | id | | int(11) | NO | PRI | NULL | auto_increment |
7 | name | plugin base (file)name | char(255) | NO | | | |
8 | version | currently unused | char(255) | NO | | | |
9 | installed | currently always 1 | tinyint(1) | NO | | 0 | |
10 | hidden | currently unused | tinyint(1) | NO | | 0 | |
11 | timestamp | file timestamp to check for reloads | bigint(20) | NO | | 0 | |
12 | plugin_admin | 1 = has admin config, 0 = has no admin config | tinyint(1) | NO | | 0 | |
15 These are addons which have been enabled by the site administrator on the admin/plugin page
17 Return to [database documentation](help/database)