{"slug":"erp-connector","name":"ERP CONNECTOR by AC SOFTWARE SP. Z O.O.","description":"Umożliwia wymianę danych z systemami ERP.","author":"pzygmunt","active_installs":10,"version":"1.0.2","wp_org_url":"https://wordpress.org/plugins/erp-connector/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"erpc_locks","full_table_name":"wp_erpc_locks","description":"Stores erpc locks data created by this plugin.","detection_method":"static","confidence":"medium","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}],"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"},{"table_name":"erpc_ts","full_table_name":"wp_erpc_ts","description":"Stores erpc ts data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"action","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"ts","type":"timestamp","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_erpc_ts` ( `action` varchar(100) NOT NULL, `ts` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE"}],"table_count":2}