{"table_name":"tutor_scheduler","full_table_name":"wp_tutor_scheduler","description":"Stores tutor scheduler data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_tutor_scheduler ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, type VARCHAR(50) NOT NULL COMMENT 'Type of schedule, e.g., gift, email, reminder', reference_id VARCHAR(255) NOT NULL COMMENT 'Unique reference id, token, etc', scheduled_at_gmt DATETIME NOT NULL COMMENT 'When the action should be executed', status VARCHAR(255) NOT NULL DEFAULT 'processing', payload LONGTEXT, created_at_gmt DATETIME, updated_at_gmt DATETIME, scheduled_by BIGINT UNSIGNED COMMENT 'User who scheduled the action', scheduled_for BIGINT UNSIGNED COMMENT 'Target user of the scheduled action', PRIMARY KEY (id), KEY idx_context_status (type, status), KEY idx_status (status), KEY idx_scheduled_at_gmt (scheduled_at_gmt) ) $charset_collate;\"; dbDelta( $table_schema );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"reference_id","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"scheduled_at_gmt","type":"DATETIME","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"payload","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"created_at_gmt","type":"DATETIME","nullable":true,"primary_key":false},{"name":"updated_at_gmt","type":"DATETIME","nullable":true,"primary_key":false},{"name":"scheduled_by","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"scheduled_for","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false}],"plugin":{"slug":"tutor","name":"Tutor LMS – eLearning and online course solution","active_installs":100000,"version":"3.9.9","wp_org_url":"https://wordpress.org/plugins/tutor/"}}