{"table_name":"tutor_order_itemmeta","full_table_name":"wp_tutor_order_itemmeta","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_tutor_order_itemmeta ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, item_id BIGINT(20) UNSIGNED NOT NULL, meta_key VARCHAR(255) NOT NULL, meta_value LONGTEXT NOT NULL, PRIMARY KEY (id), KEY item_id (item_id), KEY meta_key (meta_key), CONSTRAINT fk_tutor_itemmeta FOREIGN KEY (item_id) REFERENCES wp_tutor_order_items(id) ON DELETE CASCADE ) $charset_collate;\"; dbDelta( $item_meta_table );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"item_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"meta_key","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"meta_value","type":"LONGTEXT","nullable":false,"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/"}}