{"table_name":"amwal_order","full_table_name":"wp_amwal_order","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_amwal_order ( id int(20) NOT NULL AUTO_INCREMENT, payload_identifier varchar(100) DEFAULT NULL, address_details text DEFAULT NULL, created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY payload_identifier (payload_identifier), KEY created_at (created_at) ) $charset_collate;\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );","columns":[{"name":"id","type":"int(20)","nullable":false,"primary_key":true},{"name":"payload_identifier","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"address_details","type":"text","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"amwal-checkout","name":"Amwal Checkout","active_installs":10,"version":"1.1.5","wp_org_url":"https://wordpress.org/plugins/amwal-checkout/"}}