9 | Field | Description | Type | Null | Key | Default | Extra |
10 | -------- | ---------------------------------------------------------------------------------------------------------- | ----------------- | ---- | --- | ------- | -------------- |
11 | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
12 | hook | name of hook | varbinary(100) | NO | | | |
13 | file | relative filename of hook handler | varbinary(200) | NO | | | |
14 | function | function name of hook handler | varbinary(200) | NO | | | |
15 | priority | not yet implemented - can be used to sort conflicts in hook handling by calling handlers in priority order | smallint unsigned | NO | | 0 | |
23 | priority | priority |
24 | hook_file_function | UNIQUE, hook, file, function |
27 Return to [database documentation](help/database)