· 7 years ago · Feb 06, 2019, 01:04 PM
1-- MySQL dump 10.13 Distrib 5.7.19-17, for debian-linux-gnu (x86_64)
2--
3-- ------------------------------------------------------
4-- Server version 5.7.19-17
5
6/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
7/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
8/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
9/*!40101 SET NAMES utf8 */;
10/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
11/*!40103 SET TIME_ZONE='+00:00' */;
12/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
13/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
14/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
15/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
16/*!50717 SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'performance_schema' AND TABLE_NAME = 'session_variables' */;
17/*!50717 SET @rocksdb_get_is_supported = IF (@rocksdb_has_p_s_session_variables, 'SELECT COUNT(*) INTO @rocksdb_is_supported FROM performance_schema.session_variables WHERE VARIABLE_NAME=\'rocksdb_bulk_load\'', 'SELECT 0') */;
18/*!50717 PREPARE s FROM @rocksdb_get_is_supported */;
19/*!50717 EXECUTE s */;
20/*!50717 DEALLOCATE PREPARE s */;
21/*!50717 SET @rocksdb_enable_bulk_load = IF (@rocksdb_is_supported, 'SET SESSION rocksdb_bulk_load = 1', 'SET @rocksdb_dummy_bulk_load = 0') */;
22/*!50717 PREPARE s FROM @rocksdb_enable_bulk_load */;
23/*!50717 EXECUTE s */;
24/*!50717 DEALLOCATE PREPARE s */;
25
26--
27-- Table structure for table `mage_m2_cl_catalog_compare_item`
28--
29
30DROP TABLE IF EXISTS `mage_m2_cl_catalog_compare_item`;
31/*!40101 SET @saved_cs_client = @@character_set_client */;
32/*!40101 SET character_set_client = utf8 */;
33CREATE TABLE `mage_m2_cl_catalog_compare_item` (
34 `catalog_compare_item_id` int(11) NOT NULL COMMENT 'Catalog_compare_item_id',
35 `operation` text COMMENT 'Operation',
36 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
37 PRIMARY KEY (`catalog_compare_item_id`)
38) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_catalog_compare_item';
39/*!40101 SET character_set_client = @saved_cs_client */;
40
41--
42-- Table structure for table `mage_m2_cl_cataloginventory_stock_item`
43--
44
45DROP TABLE IF EXISTS `mage_m2_cl_cataloginventory_stock_item`;
46/*!40101 SET @saved_cs_client = @@character_set_client */;
47/*!40101 SET character_set_client = utf8 */;
48CREATE TABLE `mage_m2_cl_cataloginventory_stock_item` (
49 `item_id` int(11) NOT NULL COMMENT 'Item_id',
50 `operation` text COMMENT 'Operation',
51 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
52 PRIMARY KEY (`item_id`)
53) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_cataloginventory_stock_item';
54/*!40101 SET character_set_client = @saved_cs_client */;
55
56--
57-- Table structure for table `mage_m2_cl_customer_address_entity`
58--
59
60DROP TABLE IF EXISTS `mage_m2_cl_customer_address_entity`;
61/*!40101 SET @saved_cs_client = @@character_set_client */;
62/*!40101 SET character_set_client = utf8 */;
63CREATE TABLE `mage_m2_cl_customer_address_entity` (
64 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
65 `operation` text COMMENT 'Operation',
66 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
67 PRIMARY KEY (`entity_id`)
68) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_address_entity';
69/*!40101 SET character_set_client = @saved_cs_client */;
70
71--
72-- Table structure for table `mage_m2_cl_customer_address_entity_datetime`
73--
74
75DROP TABLE IF EXISTS `mage_m2_cl_customer_address_entity_datetime`;
76/*!40101 SET @saved_cs_client = @@character_set_client */;
77/*!40101 SET character_set_client = utf8 */;
78CREATE TABLE `mage_m2_cl_customer_address_entity_datetime` (
79 `value_id` int(11) NOT NULL COMMENT 'Value_id',
80 `operation` text COMMENT 'Operation',
81 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
82 PRIMARY KEY (`value_id`)
83) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_address_entity_datetime';
84/*!40101 SET character_set_client = @saved_cs_client */;
85
86--
87-- Table structure for table `mage_m2_cl_customer_address_entity_decimal`
88--
89
90DROP TABLE IF EXISTS `mage_m2_cl_customer_address_entity_decimal`;
91/*!40101 SET @saved_cs_client = @@character_set_client */;
92/*!40101 SET character_set_client = utf8 */;
93CREATE TABLE `mage_m2_cl_customer_address_entity_decimal` (
94 `value_id` int(11) NOT NULL COMMENT 'Value_id',
95 `operation` text COMMENT 'Operation',
96 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
97 PRIMARY KEY (`value_id`)
98) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_address_entity_decimal';
99/*!40101 SET character_set_client = @saved_cs_client */;
100
101--
102-- Table structure for table `mage_m2_cl_customer_address_entity_int`
103--
104
105DROP TABLE IF EXISTS `mage_m2_cl_customer_address_entity_int`;
106/*!40101 SET @saved_cs_client = @@character_set_client */;
107/*!40101 SET character_set_client = utf8 */;
108CREATE TABLE `mage_m2_cl_customer_address_entity_int` (
109 `value_id` int(11) NOT NULL COMMENT 'Value_id',
110 `operation` text COMMENT 'Operation',
111 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
112 PRIMARY KEY (`value_id`)
113) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_address_entity_int';
114/*!40101 SET character_set_client = @saved_cs_client */;
115
116--
117-- Table structure for table `mage_m2_cl_customer_address_entity_text`
118--
119
120DROP TABLE IF EXISTS `mage_m2_cl_customer_address_entity_text`;
121/*!40101 SET @saved_cs_client = @@character_set_client */;
122/*!40101 SET character_set_client = utf8 */;
123CREATE TABLE `mage_m2_cl_customer_address_entity_text` (
124 `value_id` int(11) NOT NULL COMMENT 'Value_id',
125 `operation` text COMMENT 'Operation',
126 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
127 PRIMARY KEY (`value_id`)
128) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_address_entity_text';
129/*!40101 SET character_set_client = @saved_cs_client */;
130
131--
132-- Table structure for table `mage_m2_cl_customer_address_entity_varchar`
133--
134
135DROP TABLE IF EXISTS `mage_m2_cl_customer_address_entity_varchar`;
136/*!40101 SET @saved_cs_client = @@character_set_client */;
137/*!40101 SET character_set_client = utf8 */;
138CREATE TABLE `mage_m2_cl_customer_address_entity_varchar` (
139 `value_id` int(11) NOT NULL COMMENT 'Value_id',
140 `operation` text COMMENT 'Operation',
141 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
142 PRIMARY KEY (`value_id`)
143) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_address_entity_varchar';
144/*!40101 SET character_set_client = @saved_cs_client */;
145
146--
147-- Table structure for table `mage_m2_cl_customer_entity`
148--
149
150DROP TABLE IF EXISTS `mage_m2_cl_customer_entity`;
151/*!40101 SET @saved_cs_client = @@character_set_client */;
152/*!40101 SET character_set_client = utf8 */;
153CREATE TABLE `mage_m2_cl_customer_entity` (
154 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
155 `operation` text COMMENT 'Operation',
156 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
157 PRIMARY KEY (`entity_id`)
158) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_entity';
159/*!40101 SET character_set_client = @saved_cs_client */;
160
161--
162-- Table structure for table `mage_m2_cl_customer_entity_datetime`
163--
164
165DROP TABLE IF EXISTS `mage_m2_cl_customer_entity_datetime`;
166/*!40101 SET @saved_cs_client = @@character_set_client */;
167/*!40101 SET character_set_client = utf8 */;
168CREATE TABLE `mage_m2_cl_customer_entity_datetime` (
169 `value_id` int(11) NOT NULL COMMENT 'Value_id',
170 `operation` text COMMENT 'Operation',
171 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
172 PRIMARY KEY (`value_id`)
173) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_entity_datetime';
174/*!40101 SET character_set_client = @saved_cs_client */;
175
176--
177-- Table structure for table `mage_m2_cl_customer_entity_decimal`
178--
179
180DROP TABLE IF EXISTS `mage_m2_cl_customer_entity_decimal`;
181/*!40101 SET @saved_cs_client = @@character_set_client */;
182/*!40101 SET character_set_client = utf8 */;
183CREATE TABLE `mage_m2_cl_customer_entity_decimal` (
184 `value_id` int(11) NOT NULL COMMENT 'Value_id',
185 `operation` text COMMENT 'Operation',
186 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
187 PRIMARY KEY (`value_id`)
188) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_entity_decimal';
189/*!40101 SET character_set_client = @saved_cs_client */;
190
191--
192-- Table structure for table `mage_m2_cl_customer_entity_int`
193--
194
195DROP TABLE IF EXISTS `mage_m2_cl_customer_entity_int`;
196/*!40101 SET @saved_cs_client = @@character_set_client */;
197/*!40101 SET character_set_client = utf8 */;
198CREATE TABLE `mage_m2_cl_customer_entity_int` (
199 `value_id` int(11) NOT NULL COMMENT 'Value_id',
200 `operation` text COMMENT 'Operation',
201 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
202 PRIMARY KEY (`value_id`)
203) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_entity_int';
204/*!40101 SET character_set_client = @saved_cs_client */;
205
206--
207-- Table structure for table `mage_m2_cl_customer_entity_text`
208--
209
210DROP TABLE IF EXISTS `mage_m2_cl_customer_entity_text`;
211/*!40101 SET @saved_cs_client = @@character_set_client */;
212/*!40101 SET character_set_client = utf8 */;
213CREATE TABLE `mage_m2_cl_customer_entity_text` (
214 `value_id` int(11) NOT NULL COMMENT 'Value_id',
215 `operation` text COMMENT 'Operation',
216 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
217 PRIMARY KEY (`value_id`)
218) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_entity_text';
219/*!40101 SET character_set_client = @saved_cs_client */;
220
221--
222-- Table structure for table `mage_m2_cl_customer_entity_varchar`
223--
224
225DROP TABLE IF EXISTS `mage_m2_cl_customer_entity_varchar`;
226/*!40101 SET @saved_cs_client = @@character_set_client */;
227/*!40101 SET character_set_client = utf8 */;
228CREATE TABLE `mage_m2_cl_customer_entity_varchar` (
229 `value_id` int(11) NOT NULL COMMENT 'Value_id',
230 `operation` text COMMENT 'Operation',
231 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
232 PRIMARY KEY (`value_id`)
233) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_customer_entity_varchar';
234/*!40101 SET character_set_client = @saved_cs_client */;
235
236--
237-- Table structure for table `mage_m2_cl_downloadable_link_purchased`
238--
239
240DROP TABLE IF EXISTS `mage_m2_cl_downloadable_link_purchased`;
241/*!40101 SET @saved_cs_client = @@character_set_client */;
242/*!40101 SET character_set_client = utf8 */;
243CREATE TABLE `mage_m2_cl_downloadable_link_purchased` (
244 `purchased_id` int(11) NOT NULL COMMENT 'Purchased_id',
245 `operation` text COMMENT 'Operation',
246 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
247 PRIMARY KEY (`purchased_id`)
248) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_downloadable_link_purchased';
249/*!40101 SET character_set_client = @saved_cs_client */;
250
251--
252-- Table structure for table `mage_m2_cl_downloadable_link_purchased_item`
253--
254
255DROP TABLE IF EXISTS `mage_m2_cl_downloadable_link_purchased_item`;
256/*!40101 SET @saved_cs_client = @@character_set_client */;
257/*!40101 SET character_set_client = utf8 */;
258CREATE TABLE `mage_m2_cl_downloadable_link_purchased_item` (
259 `item_id` int(11) NOT NULL COMMENT 'Item_id',
260 `operation` text COMMENT 'Operation',
261 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
262 PRIMARY KEY (`item_id`)
263) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_downloadable_link_purchased_item';
264/*!40101 SET character_set_client = @saved_cs_client */;
265
266--
267-- Table structure for table `mage_m2_cl_eav_entity_store`
268--
269
270DROP TABLE IF EXISTS `mage_m2_cl_eav_entity_store`;
271/*!40101 SET @saved_cs_client = @@character_set_client */;
272/*!40101 SET character_set_client = utf8 */;
273CREATE TABLE `mage_m2_cl_eav_entity_store` (
274 `entity_store_id` int(11) NOT NULL COMMENT 'Entity_store_id',
275 `operation` text COMMENT 'Operation',
276 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
277 PRIMARY KEY (`entity_store_id`)
278) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_eav_entity_store';
279/*!40101 SET character_set_client = @saved_cs_client */;
280
281--
282-- Table structure for table `mage_m2_cl_gift_message`
283--
284
285DROP TABLE IF EXISTS `mage_m2_cl_gift_message`;
286/*!40101 SET @saved_cs_client = @@character_set_client */;
287/*!40101 SET character_set_client = utf8 */;
288CREATE TABLE `mage_m2_cl_gift_message` (
289 `gift_message_id` int(11) NOT NULL COMMENT 'Gift_message_id',
290 `operation` text COMMENT 'Operation',
291 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
292 PRIMARY KEY (`gift_message_id`)
293) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_gift_message';
294/*!40101 SET character_set_client = @saved_cs_client */;
295
296--
297-- Table structure for table `mage_m2_cl_log_visitor`
298--
299
300DROP TABLE IF EXISTS `mage_m2_cl_log_visitor`;
301/*!40101 SET @saved_cs_client = @@character_set_client */;
302/*!40101 SET character_set_client = utf8 */;
303CREATE TABLE `mage_m2_cl_log_visitor` (
304 `visitor_id` int(11) NOT NULL COMMENT 'Visitor_id',
305 `operation` text COMMENT 'Operation',
306 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
307 PRIMARY KEY (`visitor_id`)
308) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_log_visitor';
309/*!40101 SET character_set_client = @saved_cs_client */;
310
311--
312-- Table structure for table `mage_m2_cl_newsletter_subscriber`
313--
314
315DROP TABLE IF EXISTS `mage_m2_cl_newsletter_subscriber`;
316/*!40101 SET @saved_cs_client = @@character_set_client */;
317/*!40101 SET character_set_client = utf8 */;
318CREATE TABLE `mage_m2_cl_newsletter_subscriber` (
319 `subscriber_id` int(11) NOT NULL COMMENT 'Subscriber_id',
320 `operation` text COMMENT 'Operation',
321 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
322 PRIMARY KEY (`subscriber_id`)
323) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_newsletter_subscriber';
324/*!40101 SET character_set_client = @saved_cs_client */;
325
326--
327-- Table structure for table `mage_m2_cl_rating_option_vote`
328--
329
330DROP TABLE IF EXISTS `mage_m2_cl_rating_option_vote`;
331/*!40101 SET @saved_cs_client = @@character_set_client */;
332/*!40101 SET character_set_client = utf8 */;
333CREATE TABLE `mage_m2_cl_rating_option_vote` (
334 `vote_id` int(11) NOT NULL COMMENT 'Vote_id',
335 `operation` text COMMENT 'Operation',
336 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
337 PRIMARY KEY (`vote_id`)
338) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_rating_option_vote';
339/*!40101 SET character_set_client = @saved_cs_client */;
340
341--
342-- Table structure for table `mage_m2_cl_rating_option_vote_aggregated`
343--
344
345DROP TABLE IF EXISTS `mage_m2_cl_rating_option_vote_aggregated`;
346/*!40101 SET @saved_cs_client = @@character_set_client */;
347/*!40101 SET character_set_client = utf8 */;
348CREATE TABLE `mage_m2_cl_rating_option_vote_aggregated` (
349 `primary_id` int(11) NOT NULL COMMENT 'Primary_id',
350 `operation` text COMMENT 'Operation',
351 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
352 PRIMARY KEY (`primary_id`)
353) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_rating_option_vote_aggregated';
354/*!40101 SET character_set_client = @saved_cs_client */;
355
356--
357-- Table structure for table `mage_m2_cl_report_compared_product_index`
358--
359
360DROP TABLE IF EXISTS `mage_m2_cl_report_compared_product_index`;
361/*!40101 SET @saved_cs_client = @@character_set_client */;
362/*!40101 SET character_set_client = utf8 */;
363CREATE TABLE `mage_m2_cl_report_compared_product_index` (
364 `index_id` int(11) NOT NULL COMMENT 'Index_id',
365 `operation` text COMMENT 'Operation',
366 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
367 PRIMARY KEY (`index_id`)
368) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_report_compared_product_index';
369/*!40101 SET character_set_client = @saved_cs_client */;
370
371--
372-- Table structure for table `mage_m2_cl_report_event`
373--
374
375DROP TABLE IF EXISTS `mage_m2_cl_report_event`;
376/*!40101 SET @saved_cs_client = @@character_set_client */;
377/*!40101 SET character_set_client = utf8 */;
378CREATE TABLE `mage_m2_cl_report_event` (
379 `event_id` int(11) NOT NULL COMMENT 'Event_id',
380 `operation` text COMMENT 'Operation',
381 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
382 PRIMARY KEY (`event_id`)
383) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_report_event';
384/*!40101 SET character_set_client = @saved_cs_client */;
385
386--
387-- Table structure for table `mage_m2_cl_report_viewed_product_index`
388--
389
390DROP TABLE IF EXISTS `mage_m2_cl_report_viewed_product_index`;
391/*!40101 SET @saved_cs_client = @@character_set_client */;
392/*!40101 SET character_set_client = utf8 */;
393CREATE TABLE `mage_m2_cl_report_viewed_product_index` (
394 `index_id` int(11) NOT NULL COMMENT 'Index_id',
395 `operation` text COMMENT 'Operation',
396 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
397 PRIMARY KEY (`index_id`)
398) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_report_viewed_product_index';
399/*!40101 SET character_set_client = @saved_cs_client */;
400
401--
402-- Table structure for table `mage_m2_cl_review`
403--
404
405DROP TABLE IF EXISTS `mage_m2_cl_review`;
406/*!40101 SET @saved_cs_client = @@character_set_client */;
407/*!40101 SET character_set_client = utf8 */;
408CREATE TABLE `mage_m2_cl_review` (
409 `review_id` int(11) NOT NULL COMMENT 'Review_id',
410 `operation` text COMMENT 'Operation',
411 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
412 PRIMARY KEY (`review_id`)
413) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_review';
414/*!40101 SET character_set_client = @saved_cs_client */;
415
416--
417-- Table structure for table `mage_m2_cl_review_detail`
418--
419
420DROP TABLE IF EXISTS `mage_m2_cl_review_detail`;
421/*!40101 SET @saved_cs_client = @@character_set_client */;
422/*!40101 SET character_set_client = utf8 */;
423CREATE TABLE `mage_m2_cl_review_detail` (
424 `detail_id` int(11) NOT NULL COMMENT 'Detail_id',
425 `operation` text COMMENT 'Operation',
426 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
427 PRIMARY KEY (`detail_id`)
428) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_review_detail';
429/*!40101 SET character_set_client = @saved_cs_client */;
430
431--
432-- Table structure for table `mage_m2_cl_review_entity_summary`
433--
434
435DROP TABLE IF EXISTS `mage_m2_cl_review_entity_summary`;
436/*!40101 SET @saved_cs_client = @@character_set_client */;
437/*!40101 SET character_set_client = utf8 */;
438CREATE TABLE `mage_m2_cl_review_entity_summary` (
439 `primary_id` int(11) NOT NULL COMMENT 'Primary_id',
440 `operation` text COMMENT 'Operation',
441 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
442 PRIMARY KEY (`primary_id`)
443) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_review_entity_summary';
444/*!40101 SET character_set_client = @saved_cs_client */;
445
446--
447-- Table structure for table `mage_m2_cl_review_store`
448--
449
450DROP TABLE IF EXISTS `mage_m2_cl_review_store`;
451/*!40101 SET @saved_cs_client = @@character_set_client */;
452/*!40101 SET character_set_client = utf8 */;
453CREATE TABLE `mage_m2_cl_review_store` (
454 `review_id` int(11) NOT NULL COMMENT 'Review_id',
455 `operation` text COMMENT 'Operation',
456 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
457 PRIMARY KEY (`review_id`)
458) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_review_store';
459/*!40101 SET character_set_client = @saved_cs_client */;
460
461--
462-- Table structure for table `mage_m2_cl_sales_flat_creditmemo`
463--
464
465DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_creditmemo`;
466/*!40101 SET @saved_cs_client = @@character_set_client */;
467/*!40101 SET character_set_client = utf8 */;
468CREATE TABLE `mage_m2_cl_sales_flat_creditmemo` (
469 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
470 `operation` text COMMENT 'Operation',
471 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
472 PRIMARY KEY (`entity_id`)
473) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_creditmemo';
474/*!40101 SET character_set_client = @saved_cs_client */;
475
476--
477-- Table structure for table `mage_m2_cl_sales_flat_creditmemo_grid`
478--
479
480DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_creditmemo_grid`;
481/*!40101 SET @saved_cs_client = @@character_set_client */;
482/*!40101 SET character_set_client = utf8 */;
483CREATE TABLE `mage_m2_cl_sales_flat_creditmemo_grid` (
484 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
485 `operation` text COMMENT 'Operation',
486 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
487 PRIMARY KEY (`entity_id`)
488) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_creditmemo_grid';
489/*!40101 SET character_set_client = @saved_cs_client */;
490
491--
492-- Table structure for table `mage_m2_cl_sales_flat_creditmemo_item`
493--
494
495DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_creditmemo_item`;
496/*!40101 SET @saved_cs_client = @@character_set_client */;
497/*!40101 SET character_set_client = utf8 */;
498CREATE TABLE `mage_m2_cl_sales_flat_creditmemo_item` (
499 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
500 `operation` text COMMENT 'Operation',
501 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
502 PRIMARY KEY (`entity_id`)
503) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_creditmemo_item';
504/*!40101 SET character_set_client = @saved_cs_client */;
505
506--
507-- Table structure for table `mage_m2_cl_sales_flat_invoice`
508--
509
510DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_invoice`;
511/*!40101 SET @saved_cs_client = @@character_set_client */;
512/*!40101 SET character_set_client = utf8 */;
513CREATE TABLE `mage_m2_cl_sales_flat_invoice` (
514 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
515 `operation` text COMMENT 'Operation',
516 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
517 PRIMARY KEY (`entity_id`)
518) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_invoice';
519/*!40101 SET character_set_client = @saved_cs_client */;
520
521--
522-- Table structure for table `mage_m2_cl_sales_flat_invoice_grid`
523--
524
525DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_invoice_grid`;
526/*!40101 SET @saved_cs_client = @@character_set_client */;
527/*!40101 SET character_set_client = utf8 */;
528CREATE TABLE `mage_m2_cl_sales_flat_invoice_grid` (
529 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
530 `operation` text COMMENT 'Operation',
531 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
532 PRIMARY KEY (`entity_id`)
533) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_invoice_grid';
534/*!40101 SET character_set_client = @saved_cs_client */;
535
536--
537-- Table structure for table `mage_m2_cl_sales_flat_invoice_item`
538--
539
540DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_invoice_item`;
541/*!40101 SET @saved_cs_client = @@character_set_client */;
542/*!40101 SET character_set_client = utf8 */;
543CREATE TABLE `mage_m2_cl_sales_flat_invoice_item` (
544 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
545 `operation` text COMMENT 'Operation',
546 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
547 PRIMARY KEY (`entity_id`)
548) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_invoice_item';
549/*!40101 SET character_set_client = @saved_cs_client */;
550
551--
552-- Table structure for table `mage_m2_cl_sales_flat_order`
553--
554
555DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_order`;
556/*!40101 SET @saved_cs_client = @@character_set_client */;
557/*!40101 SET character_set_client = utf8 */;
558CREATE TABLE `mage_m2_cl_sales_flat_order` (
559 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
560 `operation` text COMMENT 'Operation',
561 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
562 PRIMARY KEY (`entity_id`)
563) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_order';
564/*!40101 SET character_set_client = @saved_cs_client */;
565
566--
567-- Table structure for table `mage_m2_cl_sales_flat_order_address`
568--
569
570DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_order_address`;
571/*!40101 SET @saved_cs_client = @@character_set_client */;
572/*!40101 SET character_set_client = utf8 */;
573CREATE TABLE `mage_m2_cl_sales_flat_order_address` (
574 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
575 `operation` text COMMENT 'Operation',
576 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
577 PRIMARY KEY (`entity_id`)
578) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_order_address';
579/*!40101 SET character_set_client = @saved_cs_client */;
580
581--
582-- Table structure for table `mage_m2_cl_sales_flat_order_grid`
583--
584
585DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_order_grid`;
586/*!40101 SET @saved_cs_client = @@character_set_client */;
587/*!40101 SET character_set_client = utf8 */;
588CREATE TABLE `mage_m2_cl_sales_flat_order_grid` (
589 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
590 `operation` text COMMENT 'Operation',
591 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
592 PRIMARY KEY (`entity_id`)
593) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_order_grid';
594/*!40101 SET character_set_client = @saved_cs_client */;
595
596--
597-- Table structure for table `mage_m2_cl_sales_flat_order_item`
598--
599
600DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_order_item`;
601/*!40101 SET @saved_cs_client = @@character_set_client */;
602/*!40101 SET character_set_client = utf8 */;
603CREATE TABLE `mage_m2_cl_sales_flat_order_item` (
604 `item_id` int(11) NOT NULL COMMENT 'Item_id',
605 `operation` text COMMENT 'Operation',
606 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
607 PRIMARY KEY (`item_id`)
608) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_order_item';
609/*!40101 SET character_set_client = @saved_cs_client */;
610
611--
612-- Table structure for table `mage_m2_cl_sales_flat_order_payment`
613--
614
615DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_order_payment`;
616/*!40101 SET @saved_cs_client = @@character_set_client */;
617/*!40101 SET character_set_client = utf8 */;
618CREATE TABLE `mage_m2_cl_sales_flat_order_payment` (
619 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
620 `operation` text COMMENT 'Operation',
621 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
622 PRIMARY KEY (`entity_id`)
623) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_order_payment';
624/*!40101 SET character_set_client = @saved_cs_client */;
625
626--
627-- Table structure for table `mage_m2_cl_sales_flat_order_status_history`
628--
629
630DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_order_status_history`;
631/*!40101 SET @saved_cs_client = @@character_set_client */;
632/*!40101 SET character_set_client = utf8 */;
633CREATE TABLE `mage_m2_cl_sales_flat_order_status_history` (
634 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
635 `operation` text COMMENT 'Operation',
636 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
637 PRIMARY KEY (`entity_id`)
638) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_order_status_history';
639/*!40101 SET character_set_client = @saved_cs_client */;
640
641--
642-- Table structure for table `mage_m2_cl_sales_flat_quote`
643--
644
645DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_quote`;
646/*!40101 SET @saved_cs_client = @@character_set_client */;
647/*!40101 SET character_set_client = utf8 */;
648CREATE TABLE `mage_m2_cl_sales_flat_quote` (
649 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
650 `operation` text COMMENT 'Operation',
651 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
652 PRIMARY KEY (`entity_id`)
653) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_quote';
654/*!40101 SET character_set_client = @saved_cs_client */;
655
656--
657-- Table structure for table `mage_m2_cl_sales_flat_quote_address`
658--
659
660DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_quote_address`;
661/*!40101 SET @saved_cs_client = @@character_set_client */;
662/*!40101 SET character_set_client = utf8 */;
663CREATE TABLE `mage_m2_cl_sales_flat_quote_address` (
664 `address_id` int(11) NOT NULL COMMENT 'Address_id',
665 `operation` text COMMENT 'Operation',
666 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
667 PRIMARY KEY (`address_id`)
668) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_quote_address';
669/*!40101 SET character_set_client = @saved_cs_client */;
670
671--
672-- Table structure for table `mage_m2_cl_sales_flat_quote_address_item`
673--
674
675DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_quote_address_item`;
676/*!40101 SET @saved_cs_client = @@character_set_client */;
677/*!40101 SET character_set_client = utf8 */;
678CREATE TABLE `mage_m2_cl_sales_flat_quote_address_item` (
679 `address_item_id` int(11) NOT NULL COMMENT 'Address_item_id',
680 `operation` text COMMENT 'Operation',
681 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
682 PRIMARY KEY (`address_item_id`)
683) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_quote_address_item';
684/*!40101 SET character_set_client = @saved_cs_client */;
685
686--
687-- Table structure for table `mage_m2_cl_sales_flat_quote_item`
688--
689
690DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_quote_item`;
691/*!40101 SET @saved_cs_client = @@character_set_client */;
692/*!40101 SET character_set_client = utf8 */;
693CREATE TABLE `mage_m2_cl_sales_flat_quote_item` (
694 `item_id` int(11) NOT NULL COMMENT 'Item_id',
695 `operation` text COMMENT 'Operation',
696 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
697 PRIMARY KEY (`item_id`)
698) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_quote_item';
699/*!40101 SET character_set_client = @saved_cs_client */;
700
701--
702-- Table structure for table `mage_m2_cl_sales_flat_quote_item_option`
703--
704
705DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_quote_item_option`;
706/*!40101 SET @saved_cs_client = @@character_set_client */;
707/*!40101 SET character_set_client = utf8 */;
708CREATE TABLE `mage_m2_cl_sales_flat_quote_item_option` (
709 `option_id` int(11) NOT NULL COMMENT 'Option_id',
710 `operation` text COMMENT 'Operation',
711 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
712 PRIMARY KEY (`option_id`)
713) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_quote_item_option';
714/*!40101 SET character_set_client = @saved_cs_client */;
715
716--
717-- Table structure for table `mage_m2_cl_sales_flat_quote_payment`
718--
719
720DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_quote_payment`;
721/*!40101 SET @saved_cs_client = @@character_set_client */;
722/*!40101 SET character_set_client = utf8 */;
723CREATE TABLE `mage_m2_cl_sales_flat_quote_payment` (
724 `payment_id` int(11) NOT NULL COMMENT 'Payment_id',
725 `operation` text COMMENT 'Operation',
726 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
727 PRIMARY KEY (`payment_id`)
728) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_quote_payment';
729/*!40101 SET character_set_client = @saved_cs_client */;
730
731--
732-- Table structure for table `mage_m2_cl_sales_flat_quote_shipping_rate`
733--
734
735DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_quote_shipping_rate`;
736/*!40101 SET @saved_cs_client = @@character_set_client */;
737/*!40101 SET character_set_client = utf8 */;
738CREATE TABLE `mage_m2_cl_sales_flat_quote_shipping_rate` (
739 `rate_id` int(11) NOT NULL COMMENT 'Rate_id',
740 `operation` text COMMENT 'Operation',
741 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
742 PRIMARY KEY (`rate_id`)
743) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_quote_shipping_rate';
744/*!40101 SET character_set_client = @saved_cs_client */;
745
746--
747-- Table structure for table `mage_m2_cl_sales_flat_shipment`
748--
749
750DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_shipment`;
751/*!40101 SET @saved_cs_client = @@character_set_client */;
752/*!40101 SET character_set_client = utf8 */;
753CREATE TABLE `mage_m2_cl_sales_flat_shipment` (
754 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
755 `operation` text COMMENT 'Operation',
756 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
757 PRIMARY KEY (`entity_id`)
758) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_shipment';
759/*!40101 SET character_set_client = @saved_cs_client */;
760
761--
762-- Table structure for table `mage_m2_cl_sales_flat_shipment_grid`
763--
764
765DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_shipment_grid`;
766/*!40101 SET @saved_cs_client = @@character_set_client */;
767/*!40101 SET character_set_client = utf8 */;
768CREATE TABLE `mage_m2_cl_sales_flat_shipment_grid` (
769 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
770 `operation` text COMMENT 'Operation',
771 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
772 PRIMARY KEY (`entity_id`)
773) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_shipment_grid';
774/*!40101 SET character_set_client = @saved_cs_client */;
775
776--
777-- Table structure for table `mage_m2_cl_sales_flat_shipment_item`
778--
779
780DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_shipment_item`;
781/*!40101 SET @saved_cs_client = @@character_set_client */;
782/*!40101 SET character_set_client = utf8 */;
783CREATE TABLE `mage_m2_cl_sales_flat_shipment_item` (
784 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
785 `operation` text COMMENT 'Operation',
786 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
787 PRIMARY KEY (`entity_id`)
788) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_shipment_item';
789/*!40101 SET character_set_client = @saved_cs_client */;
790
791--
792-- Table structure for table `mage_m2_cl_sales_flat_shipment_track`
793--
794
795DROP TABLE IF EXISTS `mage_m2_cl_sales_flat_shipment_track`;
796/*!40101 SET @saved_cs_client = @@character_set_client */;
797/*!40101 SET character_set_client = utf8 */;
798CREATE TABLE `mage_m2_cl_sales_flat_shipment_track` (
799 `entity_id` int(11) NOT NULL COMMENT 'Entity_id',
800 `operation` text COMMENT 'Operation',
801 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
802 PRIMARY KEY (`entity_id`)
803) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_flat_shipment_track';
804/*!40101 SET character_set_client = @saved_cs_client */;
805
806--
807-- Table structure for table `mage_m2_cl_sales_order_tax`
808--
809
810DROP TABLE IF EXISTS `mage_m2_cl_sales_order_tax`;
811/*!40101 SET @saved_cs_client = @@character_set_client */;
812/*!40101 SET character_set_client = utf8 */;
813CREATE TABLE `mage_m2_cl_sales_order_tax` (
814 `tax_id` int(11) NOT NULL COMMENT 'Tax_id',
815 `operation` text COMMENT 'Operation',
816 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
817 PRIMARY KEY (`tax_id`)
818) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_order_tax';
819/*!40101 SET character_set_client = @saved_cs_client */;
820
821--
822-- Table structure for table `mage_m2_cl_sales_order_tax_item`
823--
824
825DROP TABLE IF EXISTS `mage_m2_cl_sales_order_tax_item`;
826/*!40101 SET @saved_cs_client = @@character_set_client */;
827/*!40101 SET character_set_client = utf8 */;
828CREATE TABLE `mage_m2_cl_sales_order_tax_item` (
829 `tax_item_id` int(11) NOT NULL COMMENT 'Tax_item_id',
830 `operation` text COMMENT 'Operation',
831 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
832 PRIMARY KEY (`tax_item_id`)
833) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_sales_order_tax_item';
834/*!40101 SET character_set_client = @saved_cs_client */;
835
836--
837-- Table structure for table `mage_m2_cl_wishlist`
838--
839
840DROP TABLE IF EXISTS `mage_m2_cl_wishlist`;
841/*!40101 SET @saved_cs_client = @@character_set_client */;
842/*!40101 SET character_set_client = utf8 */;
843CREATE TABLE `mage_m2_cl_wishlist` (
844 `wishlist_id` int(11) NOT NULL COMMENT 'Wishlist_id',
845 `operation` text COMMENT 'Operation',
846 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
847 PRIMARY KEY (`wishlist_id`)
848) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_wishlist';
849/*!40101 SET character_set_client = @saved_cs_client */;
850
851--
852-- Table structure for table `mage_m2_cl_wishlist_item`
853--
854
855DROP TABLE IF EXISTS `mage_m2_cl_wishlist_item`;
856/*!40101 SET @saved_cs_client = @@character_set_client */;
857/*!40101 SET character_set_client = utf8 */;
858CREATE TABLE `mage_m2_cl_wishlist_item` (
859 `wishlist_item_id` int(11) NOT NULL COMMENT 'Wishlist_item_id',
860 `operation` text COMMENT 'Operation',
861 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
862 PRIMARY KEY (`wishlist_item_id`)
863) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_wishlist_item';
864/*!40101 SET character_set_client = @saved_cs_client */;
865
866--
867-- Table structure for table `mage_m2_cl_wishlist_item_option`
868--
869
870DROP TABLE IF EXISTS `mage_m2_cl_wishlist_item_option`;
871/*!40101 SET @saved_cs_client = @@character_set_client */;
872/*!40101 SET character_set_client = utf8 */;
873CREATE TABLE `mage_m2_cl_wishlist_item_option` (
874 `option_id` int(11) NOT NULL COMMENT 'Option_id',
875 `operation` text COMMENT 'Operation',
876 `processed` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Processed',
877 PRIMARY KEY (`option_id`)
878) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='mage_m2_cl_wishlist_item_option';
879/*!40101 SET character_set_client = @saved_cs_client */;
880/*!50112 SET @disable_bulk_load = IF (@is_rocksdb_supported, 'SET SESSION rocksdb_bulk_load = @old_rocksdb_bulk_load', 'SET @dummy_rocksdb_bulk_load = 0') */;
881/*!50112 PREPARE s FROM @disable_bulk_load */;
882/*!50112 EXECUTE s */;
883/*!50112 DEALLOCATE PREPARE s */;
884/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
885
886/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
887/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
888/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
889/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
890/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
891/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
892/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
893
894-- Dump completed on 2018-01-09 14:56:38