{"slug":"wp-platform","name":"WP-Platform V1","description":"Platform to allow developers to build bespoke functionality in an MVC and OOP fashion","author":"spindogs","active_installs":10,"version":"1.7.39","wp_org_url":"https://wordpress.org/plugins/wp-platform/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"_translationlang","full_table_name":"wp__translationlang","description":"Stores  translationlang data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"translation_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"lang","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"value","type":"text","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `_TranslationLang` ( `translation_id` int(11) NOT NULL, `lang` varchar(255) NOT NULL, `value` text NOT NULL ) ENGINE"},{"table_name":"_translations","full_table_name":"wp__translations","description":"Stores  translations data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":false},{"name":"uid","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"date_accessed","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `_Translations` ( `id` int(11) NOT NULL, `uid` varchar(255) NOT NULL, `date_accessed` datetime NOT NULL ) ENGINE"}],"table_count":2}