{"table_name":"dropp_rcp_logs","full_table_name":"wp_dropp_rcp_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_dropp_rcp_logs ( id bigint(20) NOT NULL AUTO_INCREMENT, date_created timestamp default now(), note TEXT, type VARCHAR(20), payment_id VARCHAR(20), PRIMARY KEY (id) ) {$collate};\", );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"date_created","type":"timestamp","nullable":true,"primary_key":false},{"name":"note","type":"TEXT","nullable":true,"primary_key":false},{"name":"type","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"payment_id","type":"VARCHAR(20)","nullable":true,"primary_key":false}],"plugin":{"slug":"dropp-payment-gateway-for-restrict-content-pro","name":"Dropp Payment Gateway For Restrict Content Pro","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/dropp-payment-gateway-for-restrict-content-pro/"}}