@@ -993,13 +993,13 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
993
993
'created_at ' ,
994
994
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
995
995
null ,
996
- [' nullable ' => false , ' default ' => \ Magento \ Framework \ DB \ Ddl \Table:: TIMESTAMP_INIT ],
996
+ [],
997
997
'Created At '
998
998
)->addColumn (
999
999
'updated_at ' ,
1000
1000
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
1001
1001
null ,
1002
- [' nullable ' => false , ' default ' => \ Magento \ Framework \ DB \ Ddl \Table:: TIMESTAMP_INIT_UPDATE ],
1002
+ [],
1003
1003
'Updated At '
1004
1004
)->addColumn (
1005
1005
'billing_address ' ,
@@ -2404,13 +2404,13 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
2404
2404
'created_at ' ,
2405
2405
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
2406
2406
null ,
2407
- [' nullable ' => false , ' default ' => \ Magento \ Framework \ DB \ Ddl \Table:: TIMESTAMP_INIT ],
2407
+ [],
2408
2408
'Created At '
2409
2409
)->addColumn (
2410
2410
'updated_at ' ,
2411
2411
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
2412
2412
null ,
2413
- [' nullable ' => false , ' default ' => \ Magento \ Framework \ DB \ Ddl \Table:: TIMESTAMP_INIT_UPDATE ],
2413
+ [],
2414
2414
'Updated At '
2415
2415
)->addIndex (
2416
2416
$ installer ->getIdxName (
@@ -3220,13 +3220,13 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
3220
3220
'created_at ' ,
3221
3221
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
3222
3222
null ,
3223
- [' nullable ' => false , ' default ' => \ Magento \ Framework \ DB \ Ddl \Table:: TIMESTAMP_INIT ],
3223
+ [],
3224
3224
'Created At '
3225
3225
)->addColumn (
3226
3226
'updated_at ' ,
3227
3227
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
3228
3228
null ,
3229
- [' nullable ' => false , ' default ' => \ Magento \ Framework \ DB \ Ddl \Table:: TIMESTAMP_INIT_UPDATE ],
3229
+ [],
3230
3230
'Updated At '
3231
3231
)->addIndex (
3232
3232
$ installer ->getIdxName ('sales_invoice_grid ' , ['store_id ' ]),
@@ -3900,13 +3900,13 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
3900
3900
'created_at ' ,
3901
3901
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
3902
3902
null ,
3903
- [' nullable ' => false , ' default ' => \ Magento \ Framework \ DB \ Ddl \Table:: TIMESTAMP_INIT ],
3903
+ [],
3904
3904
'Created At '
3905
3905
)->addColumn (
3906
3906
'updated_at ' ,
3907
3907
\Magento \Framework \DB \Ddl \Table::TYPE_TIMESTAMP ,
3908
3908
null ,
3909
- [' nullable ' => false , ' default ' => \ Magento \ Framework \ DB \ Ddl \Table:: TIMESTAMP_INIT_UPDATE ],
3909
+ [],
3910
3910
'Updated At '
3911
3911
)->addColumn (
3912
3912
'order_id ' ,
0 commit comments