{"table_name":"benrueeg_users","full_table_name":"wp_benrueeg_users","description":"Stores benrueeg users data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_benrueeg_users ( id bigint(20) unsigned NOT NULL auto_increment, user_id bigint(20) unsigned NOT NULL default '0', user_nice_name varchar(255) NOT NULL default '', PRIMARY KEY (id), KEY user_id (user_id), KEY user_nice_name (user_nice_name) ) $charset_collate;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $query );","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"user_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"user_nice_name","type":"varchar(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"restrict-usernames-emails-characters","name":"Restrict Usernames Emails Characters","active_installs":1000,"version":"5.0.2","wp_org_url":"https://wordpress.org/plugins/restrict-usernames-emails-characters/"}}