a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863050;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `admin_user` (\n  `user_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'User ID',\n  `firstname` varchar(32) DEFAULT NULL COMMENT 'User First Name',\n  `lastname` varchar(32) DEFAULT NULL COMMENT 'User Last Name',\n  `email` varchar(128) DEFAULT NULL COMMENT 'User Email',\n  `username` varchar(40) DEFAULT NULL COMMENT 'User Login',\n  `password` varchar(255) NOT NULL COMMENT 'User Password',\n  `created` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'User Created Time',\n  `modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'User Modified Time',\n  `logdate` timestamp NULL DEFAULT NULL COMMENT 'User Last Login Time',\n  `lognum` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'User Login Number',\n  `reload_acl_flag` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Reload ACL',\n  `is_active` smallint(6) NOT NULL DEFAULT 1 COMMENT 'User Is Active',\n  `extra` text DEFAULT NULL COMMENT 'User Extra Data',\n  `rp_token` text DEFAULT NULL COMMENT 'Reset Password Link Token',\n  `rp_token_created_at` timestamp NULL DEFAULT NULL COMMENT 'Reset Password Link Token Creation Date',\n  `interface_locale` varchar(16) NOT NULL DEFAULT 'en_US' COMMENT 'Backend interface locale',\n  `failures_num` smallint(6) DEFAULT 0 COMMENT 'Failure Number',\n  `first_failure` timestamp NULL DEFAULT NULL COMMENT 'First Failure',\n  `lock_expires` timestamp NULL DEFAULT NULL COMMENT 'Expiration Lock Dates',\n  `refresh_token` text DEFAULT NULL COMMENT 'Email connector refresh token',\n  PRIMARY KEY (`user_id`),\n  UNIQUE KEY `ADMIN_USER_USERNAME` (`username`)\n) ENGINE=InnoDB AUTO_INCREMENT=142 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Admin User Table'"