HELLO IM GETTING THIS ERROR WHEN TRYING TO ACTIVATE THE PLUGIN I'm trying to download your EmailOrder plugin and it keeping showing this error SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'order_email_notifications' already exists (Connection: mysql, SQL: create table `order_email_notifications` (`id` bigint unsigned not null auto_increment primary key, `order_id` bigint unsigned not null, `message_content` text not null, `template_used` varchar(191) null, `status` enum('sent', 'saved') not null, `created_at` timestamp null, `updated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci') I HAVE ALREADY SENT A EMAIL TO YOU
let me check the issue