ALTER TABLE `tb_data_attr`
ADD INDEX `resource_id`(`data_resource_id`),
ADD FULLTEXT INDEX `attr_value_`(`attr_type`, `attr_value`);