{"table_name":"kc_ml_magic_links","full_table_name":"wp_kc_ml_magic_links","description":"Stores kc ml magic links data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_kc_ml_magic_links` ( id bigint(20) NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL, token varchar(64) NOT NULL, expires datetime NOT NULL, used tinyint(1) DEFAULT 0, ip_address varchar(45), created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY token (token), KEY user_id (user_id), KEY expires (expires) ) $collate; \"; return $tables; } /** * Get files to create * * @return array[] * * @since 1.1.0 */ public static function get_files() { // If we need to create more files/ dirs in the future // use following code return array_merge( [], self::get_110_files() );","columns":[],"plugin":{"slug":"magic-link","name":"Magic Link – Secure one click passwordless login","active_installs":10,"version":"1.5.0","wp_org_url":"https://wordpress.org/plugins/magic-link/"}}