{"slug":"ewoapps","name":"EwoApps","description":"WordPress Application Builder","author":"itclub","active_installs":0,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/ewoapps/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"ewoapps","full_table_name":"wp_ewoapps","description":"Stores ewoapps data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"modulename","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"date","type":"timestamp","nullable":false,"primary_key":false},{"name":"tablename","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"content","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `ewoapps` ( `id` varchar(50) NOT NULL, `modulename` varchar(255) NOT NULL, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `tablename` varchar(50) NOT NULL, `content` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE"},{"table_name":"ewotables","full_table_name":"wp_ewotables","description":"Stores ewotables data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"date","type":"datetime","nullable":false,"primary_key":false},{"name":"tablename","type":"varchar(255)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `ewotables` ( `id` varchar(50) NOT NULL, `date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `tablename` varchar(255) NOT NULL, PRIMARY KEY (`tablename`) ) ENGINE"}],"table_count":2}