{"table_name":"dango_coh_orders","full_table_name":"wp_dango_coh_orders","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_dango_coh_orders (order_id BIGINT UNSIGNED PRIMARY KEY, cluster_id BIGINT UNSIGNED NOT NULL, status VARCHAR(30) NOT NULL DEFAULT '', total DECIMAL(15,2) NOT NULL DEFAULT 0, KEY k_cluster (cluster_id)) $cc;\");","columns":[{"name":"order_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"cluster_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(30)","nullable":false,"primary_key":false},{"name":"total","type":"DECIMAL(15,2)","nullable":false,"primary_key":false}],"plugin":{"slug":"safeship-pk","name":"SafeShip Pakistan","active_installs":0,"version":"1.14.6","wp_org_url":"https://wordpress.org/plugins/safeship-pk/"}}