Extension:AbuseFilter/abuse_filter_action テーブル
Jump to navigation
Jump to search
フィールド
afa_filter
フィルターの ID。
afa_consequence
The name of the action. 例:
blockautopromote
afa_parameters
Parameters of the action, imploded with "\n"
.
スキーマ
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)