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_eav_attribute_website` (\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',\n  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',\n  `is_visible` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Visible',\n  `is_required` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Required',\n  `default_value` text DEFAULT NULL COMMENT 'Default Value',\n  `multiline_count` smallint(5) unsigned DEFAULT NULL COMMENT 'Multiline Count',\n  PRIMARY KEY (`attribute_id`,`website_id`),\n  KEY `CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),\n  CONSTRAINT `CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,\n  CONSTRAINT `CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Customer Eav Attribute Website'"