Extension:AbuseFilter/abuse_filter_action table
FieldsEdit
afa_filterEdit
ID of the filter.
afa_consequenceEdit
The name of the action. For instance:
blockautopromote
afa_parametersEdit
Parameters of the action, imploded with "\n"
.
SchemaEdit
mysql> describe abuse_filter_action; +-----------------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------------+---------------------+------+-----+---------+-------+ | afa_filter | bigint(20) unsigned | NO | PRI | NULL | | | afa_consequence | varbinary(255) | NO | PRI | NULL | | | afa_parameters | tinyblob | NO | | NULL | | +-----------------+---------------------+------+-----+---------+-------+ 3 rows in set (0.00 sec)