{"table_name":"dlm_order","full_table_name":"wp_dlm_order","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_dlm_order` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `status` VARCHAR(255) NOT NULL, `date_created` DATETIME NOT NULL, `date_modified` DATETIME NULL, `currency` VARCHAR(5) NOT NULL, `hash` VARCHAR(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"status","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"date_created","type":"DATETIME","nullable":false,"primary_key":false},{"name":"date_modified","type":"DATETIME","nullable":true,"primary_key":false},{"name":"currency","type":"VARCHAR(5)","nullable":false,"primary_key":false},{"name":"hash","type":"VARCHAR(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"download-monitor","name":"Download Monitor","active_installs":90000,"version":"5.1.13","wp_org_url":"https://wordpress.org/plugins/download-monitor/"}}