Account created on 4 June 2009, over 15 years ago
#

Recent comments

🇳🇬Nigeria ibraaheem

You probably have to manually create the table yourself.

I used this and it worked.

DROP TABLE IF EXISTS `search_api_db_job_search_search_api_viewed`;
CREATE TABLE `search_api_db_job_search_search_api_viewed` (
`item_id` bigint(20) NOT NULL,
`word` varchar(255) DEFAULT NULL,
`field_name` varchar(255) DEFAULT NULL,
`score` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
COMMIT;

Production build 0.71.5 2024