@@ -87,7 +87,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
87
87
'updated_at ' ,
88
88
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
89
89
null ,
90
- ['nullable ' => false , 'default ' => \Magento \Framework \DB \Ddl \Table::TIMESTAMP_UPDATE ],
90
+ ['nullable ' => false , 'default ' => \Magento \Framework \DB \Ddl \Table::TIMESTAMP_INIT_UPDATE ],
91
91
'Updated At '
92
92
)->addColumn (
93
93
'is_active ' ,
@@ -136,7 +136,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
136
136
'Customer Entity '
137
137
);
138
138
$ installer ->getConnection ()->createTable ($ table );
139
-
139
+
140
140
/**
141
141
* Create table 'customer_address_entity'
142
142
*/
@@ -182,7 +182,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
182
182
'updated_at ' ,
183
183
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
184
184
null ,
185
- ['nullable ' => false , 'default ' => \Magento \Framework \DB \Ddl \Table::TIMESTAMP_UPDATE ],
185
+ ['nullable ' => false , 'default ' => \Magento \Framework \DB \Ddl \Table::TIMESTAMP_INIT_UPDATE ],
186
186
'Updated At '
187
187
)->addColumn (
188
188
'is_active ' ,
@@ -204,7 +204,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
204
204
'Customer Address Entity '
205
205
);
206
206
$ installer ->getConnection ()->createTable ($ table );
207
-
207
+
208
208
/**
209
209
* Create table 'customer_address_entity_datetime'
210
210
*/
@@ -292,7 +292,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
292
292
'Customer Address Entity Datetime '
293
293
);
294
294
$ installer ->getConnection ()->createTable ($ table );
295
-
295
+
296
296
/**
297
297
* Create table 'customer_address_entity_decimal'
298
298
*/
@@ -380,7 +380,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
380
380
'Customer Address Entity Decimal '
381
381
);
382
382
$ installer ->getConnection ()->createTable ($ table );
383
-
383
+
384
384
/**
385
385
* Create table 'customer_address_entity_int'
386
386
*/
@@ -458,7 +458,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
458
458
'Customer Address Entity Int '
459
459
);
460
460
$ installer ->getConnection ()->createTable ($ table );
461
-
461
+
462
462
/**
463
463
* Create table 'customer_address_entity_text'
464
464
*/
@@ -538,7 +538,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
538
538
'Customer Address Entity Text '
539
539
);
540
540
$ installer ->getConnection ()->createTable ($ table );
541
-
541
+
542
542
/**
543
543
* Create table 'customer_address_entity_varchar'
544
544
*/
@@ -626,7 +626,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
626
626
'Customer Address Entity Varchar '
627
627
);
628
628
$ installer ->getConnection ()->createTable ($ table );
629
-
629
+
630
630
/**
631
631
* Create table 'customer_entity_datetime'
632
632
*/
@@ -704,7 +704,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
704
704
'Customer Entity Datetime '
705
705
);
706
706
$ installer ->getConnection ()->createTable ($ table );
707
-
707
+
708
708
/**
709
709
* Create table 'customer_entity_decimal'
710
710
*/
@@ -782,7 +782,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
782
782
'Customer Entity Decimal '
783
783
);
784
784
$ installer ->getConnection ()->createTable ($ table );
785
-
785
+
786
786
/**
787
787
* Create table 'customer_entity_int'
788
788
*/
@@ -860,7 +860,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
860
860
'Customer Entity Int '
861
861
);
862
862
$ installer ->getConnection ()->createTable ($ table );
863
-
863
+
864
864
/**
865
865
* Create table 'customer_entity_text'
866
866
*/
@@ -935,7 +935,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
935
935
'Customer Entity Text '
936
936
);
937
937
$ installer ->getConnection ()->createTable ($ table );
938
-
938
+
939
939
/**
940
940
* Create table 'customer_entity_varchar'
941
941
*/
@@ -1013,7 +1013,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
1013
1013
'Customer Entity Varchar '
1014
1014
);
1015
1015
$ installer ->getConnection ()->createTable ($ table );
1016
-
1016
+
1017
1017
/**
1018
1018
* Create table 'customer_group'
1019
1019
*/
@@ -1041,7 +1041,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
1041
1041
'Customer Group '
1042
1042
);
1043
1043
$ installer ->getConnection ()->createTable ($ table );
1044
-
1044
+
1045
1045
/**
1046
1046
* Create table 'customer_eav_attribute'
1047
1047
*/
@@ -1106,7 +1106,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
1106
1106
'Customer Eav Attribute '
1107
1107
);
1108
1108
$ installer ->getConnection ()->createTable ($ table );
1109
-
1109
+
1110
1110
/**
1111
1111
* Create table 'customer_form_attribute'
1112
1112
*/
@@ -1138,7 +1138,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
1138
1138
'Customer Form Attribute '
1139
1139
);
1140
1140
$ installer ->getConnection ()->createTable ($ table );
1141
-
1141
+
1142
1142
/**
1143
1143
* Create table 'customer_eav_attribute_website'
1144
1144
*/
@@ -1201,7 +1201,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
1201
1201
'Customer Eav Attribute Website '
1202
1202
);
1203
1203
$ installer ->getConnection ()->createTable ($ table );
1204
-
1204
+
1205
1205
/**
1206
1206
* Create table 'customer_visitor'
1207
1207
*/
@@ -1229,8 +1229,8 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
1229
1229
'Visitor Table '
1230
1230
);
1231
1231
$ installer ->getConnection ()->createTable ($ table );
1232
-
1232
+
1233
1233
$ installer ->endSetup ();
1234
-
1234
+
1235
1235
}
1236
1236
}
0 commit comments