{"table_name":"formdev_users","full_table_name":"wp_formdev_users","description":"Stores formdev users data created by this plugin.","detection_method":"static","confidence":"high","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' );","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}],"plugin":{"slug":"formdev","name":"Formdev","active_installs":10,"version":"1.5.4","wp_org_url":"https://wordpress.org/plugins/formdev/"}}