Edit File by line
/home/zeestwma/ajeebong.../wp-conte.../plugins/litespee.../src/data_str...
File: crawler.sql
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
[0] Fix | Delete
`url` varchar(1000) NOT NULL DEFAULT '',
[1] Fix | Delete
`res` varchar(255) NOT NULL DEFAULT '' COMMENT '-=not crawl, H=hit, M=miss, B=blacklist',
[2] Fix | Delete
`reason` text NOT NULL COMMENT 'response code, comma separated',
[3] Fix | Delete
`mtime` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
[4] Fix | Delete
PRIMARY KEY (`id`),
[5] Fix | Delete
KEY `url` (`url`(191)),
[6] Fix | Delete
KEY `res` (`res`)
[7] Fix | Delete
[8] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function