{"table_name":"cg_blocked_domains","full_table_name":"wp_cg_blocked_domains","description":"Stores cg blocked domains data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_cg_blocked_domains ( id BIGINT(20) NOT NULL AUTO_INCREMENT, domain VARCHAR(255) NOT NULL, added_by BIGINT(20) UNSIGNED DEFAULT NULL, reason TEXT DEFAULT NULL, expires_at DATETIME DEFAULT NULL, auto_blocked TINYINT(1) DEFAULT 0, created_at DATETIME DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY domain (domain) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"BIGINT(20)","nullable":false,"primary_key":true},{"name":"domain","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"added_by","type":"BIGINT(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"reason","type":"TEXT","nullable":true,"primary_key":false},{"name":"expires_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"auto_blocked","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"checkoutguard","name":"CheckoutGuard","active_installs":90,"version":"1.2.1","wp_org_url":"https://wordpress.org/plugins/checkoutguard/"}}