{"table_name":"arena_scheduled_timesheet","full_table_name":"wp_arena_scheduled_timesheet","description":"Stores arena scheduled timesheet data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_arena_scheduled_timesheet ( id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY, arena_id INT(10) UNSIGNED, timeslot_id BIGINT(15) UNSIGNED, category INT(10) UNSIGNED, comment VARCHAR(255) NULL, scheduled_date DATE, created_at DATETIME DEFAULT CURRENT_TIMESTAMP, FOREIGN KEY (arena_id) REFERENCES {$arena_table}(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (category) REFERENCES {$arena_categories}(id) ON DELETE CASCADE ON UPDATE CASCADE)\"; // Execute the SQL query to create the table require_once(ABSPATH . 'wp-admin/includes/upgrade.php');","columns":[],"plugin":{"slug":"arena-scheduler","name":"Arena Scheduler","active_installs":0,"version":"1.0.18","wp_org_url":"https://wordpress.org/plugins/arena-scheduler/"}}