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` (\n  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',\n  `is_visible` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Is Visible',\n  `input_filter` varchar(255) DEFAULT NULL COMMENT 'Input Filter',\n  `multiline_count` smallint(5) unsigned NOT NULL DEFAULT 1 COMMENT 'Multiline Count',\n  `validate_rules` text DEFAULT NULL COMMENT 'Validate Rules',\n  `is_system` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Is System',\n  `sort_order` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Sort Order',\n  `data_model` varchar(255) DEFAULT NULL COMMENT 'Data Model',\n  `is_used_in_grid` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Is Used in Grid',\n  `is_visible_in_grid` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Is Visible in Grid',\n  `is_filterable_in_grid` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Is Filterable in Grid',\n  `is_searchable_in_grid` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Is Searchable in Grid',\n  `is_used_for_customer_segment` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Customer Segment',\n  `grid_filter_condition_type` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Grid Filter Condition Type',\n  PRIMARY KEY (`attribute_id`),\n  KEY `CUSTOMER_EAV_ATTRIBUTE_SORT_ORDER` (`sort_order`),\n  CONSTRAINT `CUSTOMER_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Customer Eav Attribute'"