a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863056;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `customer_entity` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `website_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Website ID',\n  `email` varchar(255) DEFAULT NULL COMMENT 'Email',\n  `group_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Group ID',\n  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment ID',\n  `store_id` smallint(5) unsigned DEFAULT 0 COMMENT 'Store ID',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Updated At',\n  `is_active` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Is Active',\n  `disable_auto_group_change` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Disable automatic group change based on VAT ID',\n  `created_in` varchar(255) DEFAULT NULL COMMENT 'Created From',\n  `prefix` varchar(40) DEFAULT NULL COMMENT 'Name Prefix',\n  `firstname` varchar(255) DEFAULT NULL COMMENT 'First Name',\n  `middlename` varchar(255) DEFAULT NULL COMMENT 'Middle Name\/Initial',\n  `lastname` varchar(255) DEFAULT NULL COMMENT 'Last Name',\n  `suffix` varchar(40) DEFAULT NULL COMMENT 'Name Suffix',\n  `dob` date DEFAULT NULL COMMENT 'Date of Birth',\n  `password_hash` varchar(128) DEFAULT NULL COMMENT 'Password_hash',\n  `rp_token` varchar(128) DEFAULT NULL COMMENT 'Reset password token',\n  `rp_token_created_at` datetime DEFAULT NULL COMMENT 'Reset password token creation time',\n  `default_billing` int(10) unsigned DEFAULT NULL COMMENT 'Default Billing Address',\n  `default_shipping` int(10) unsigned DEFAULT NULL COMMENT 'Default Shipping Address',\n  `taxvat` varchar(50) DEFAULT NULL COMMENT 'Tax\/VAT Number',\n  `confirmation` varchar(64) DEFAULT NULL COMMENT 'Is Confirmed',\n  `gender` smallint(5) unsigned DEFAULT NULL COMMENT 'Gender',\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 'Lock Expiration Date',\n  `session_cutoff` timestamp NULL DEFAULT NULL COMMENT 'Session Cutoff Time',\n  `mp_smtp_email_marketing_synced` smallint(6) DEFAULT 0 COMMENT 'Mp SMTP Email Marketing synced',\n  PRIMARY KEY (`entity_id`),\n  UNIQUE KEY `CUSTOMER_ENTITY_EMAIL_WEBSITE_ID` (`email`,`website_id`),\n  KEY `CUSTOMER_ENTITY_STORE_ID` (`store_id`),\n  KEY `CUSTOMER_ENTITY_WEBSITE_ID` (`website_id`),\n  KEY `CUSTOMER_ENTITY_FIRSTNAME` (`firstname`),\n  KEY `CUSTOMER_ENTITY_LASTNAME` (`lastname`),\n  KEY `CUSTOMER_ENTITY_CREATED_AT` (`created_at`),\n  KEY `CUSTOMER_ENTITY_DOB` (`dob`),\n  KEY `CUSTOMER_ENTITY_DEFAULT_BILLING` (`default_billing`),\n  KEY `CUSTOMER_ENTITY_DEFAULT_SHIPPING` (`default_shipping`),\n  KEY `CUSTOMER_ENTITY_GENDER` (`gender`),\n  KEY `CUSTOMER_ENTITY_GROUP_ID` (`group_id`),\n  CONSTRAINT `CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL,\n  CONSTRAINT `CUSTOMER_ENTITY_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE SET NULL\n) ENGINE=InnoDB AUTO_INCREMENT=81606 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Customer Entity'"