{"table_name":"epaka_parcel","full_table_name":"wp_epaka_parcel","description":"Stores epaka parcel data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_epaka_parcel ( id int(11) NOT NULL AUTO_INCREMENT, epaka_order_id int(11) NOT NULL, api_order_id int(11) DEFAULT NULL, message LONGTEXT DEFAULT NULL, order_process_result_status int(11) DEFAULT NULL, epaka_status int(11) DEFAULT NULL, courier_status int(11) DEFAULT NULL, waybill_number VARCHAR(255) DEFAULT NULL, is_deleted TINYINT(1) NOT NULL, epaka_placed_at DATETIME NULL, PRIMARY KEY (id), KEY epaka_order_id (epaka_order_id), KEY api_order_id (api_order_id), CONSTRAINT wp_fk_epaka_parcel_order FOREIGN KEY (epaka_order_id) REFERENCES wp_epaka_order (id) ON DELETE CASCADE ) ENGINE","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"epaka_order_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"api_order_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"message","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"order_process_result_status","type":"int(11)","nullable":true,"primary_key":false},{"name":"epaka_status","type":"int(11)","nullable":true,"primary_key":false},{"name":"courier_status","type":"int(11)","nullable":true,"primary_key":false},{"name":"waybill_number","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"is_deleted","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"epaka_placed_at","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"epaka-shipping-for-woocommerce","name":"Epaka Shipping for WooCommerce","active_installs":90,"version":"1.7.1","wp_org_url":"https://wordpress.org/plugins/epaka-shipping-for-woocommerce/"}}