· 8 years ago · Dec 12, 2017, 05:18 AM
1CREATE TABLE IF NOT EXISTS `design_config_grid_flat` (
2 `entity_id` int UNSIGNED NOT NULL COMMENT 'Entity ID' ,
3 `store_website_id` int NULL COMMENT 'Store_website_id' ,
4 `store_group_id` int NULL COMMENT 'Store_group_id' ,
5 `store_id` int NULL COMMENT 'Store_id' ,
6 `theme_theme_id` varchar(255) NULL COMMENT 'Theme_theme_id' ,
7 PRIMARY KEY (`entity_id`),
8 INDEX `DESIGN_CONFIG_GRID_FLAT_STORE_WEBSITE_ID` (`store_website_id`),
9 INDEX `DESIGN_CONFIG_GRID_FLAT_STORE_GROUP_ID` (`store_group_id`),
10 INDEX `DESIGN_CONFIG_GRID_FLAT_STORE_ID` (`store_id`),
11 FULLTEXT `DESIGN_CONFIG_GRID_FLAT_THEME_THEME_ID` (`theme_theme_id`)
12) COMMENT='design_config_grid_flat' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
13Customer Grid index has been rebuilt successfully in 00:00:03
14Category Products index has been rebuilt successfully in 00:00:00
15Product Categories index has been rebuilt successfully in 00:00:00
16Product Price index has been rebuilt successfully in 00:00:00
17Product EAV index has been rebuilt successfully in 00:00:00
18Stock index has been rebuilt successfully in 00:00:00
19Catalog Search index has been rebuilt successfully in 00:00:00
20Catalog Rule Product index has been rebuilt successfully in 00:00:00
21Catalog Product Rule index has been rebuilt successfully in 00:00:00