{"table_name":"erpc_locks","full_table_name":"wp_erpc_locks","description":"Stores erpc locks data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_erpc_locks` ( `lock_name` varchar(100) NOT NULL, `lock_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `lock_timeout` smallint(6) NOT NULL, `lock_owner` int(11) NOT NULL ) ENGINE","columns":[{"name":"lock_name","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"lock_time","type":"timestamp","nullable":false,"primary_key":false},{"name":"lock_timeout","type":"smallint(6)","nullable":false,"primary_key":false},{"name":"lock_owner","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"erp-connector","name":"ERP CONNECTOR by AC SOFTWARE SP. Z O.O.","active_installs":10,"version":"1.0.2","wp_org_url":"https://wordpress.org/plugins/erp-connector/"}}