{"slug":"formdev","name":"Formdev","description":"Plugin qui s'interface avec l'ERP de formation Formdev pour gérer la vente des formations.","author":"Olivier CADUC","active_installs":10,"version":"1.5.4","wp_org_url":"https://wordpress.org/plugins/formdev/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"formdev_metas","full_table_name":"wp_formdev_metas","description":"Stores additional metadata (key-value pairs) for formdev metas records.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"meta_key","type":"varchar(250)","nullable":true,"primary_key":false},{"name":"meta_value","type":"longtext","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_formdev_metas ( id bigint(20) NOT NULL AUTO_INCREMENT, meta_key varchar(250) NULL, meta_value longtext NULL, created_at datetime NULL, updated_at datetime NULL, PRIMARY KEY (id) ) $charset_collate;\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );"},{"table_name":"formdev_users","full_table_name":"wp_formdev_users","description":"Stores formdev users data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"user_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"idClient","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"idStagiaire","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"datas","type":"longtext","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_formdev_users ( id bigint(20) NOT NULL AUTO_INCREMENT, user_id bigint(20) NULL, idClient bigint(20) NULL, idStagiaire bigint(20) NULL, datas longtext NULL, created_at datetime NULL, updated_at datetime NULL, PRIMARY KEY (id) ) $charset_collate;\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );"}],"table_count":2}