diff --git a/core/Migrations/Version28000Date20230728104802.php b/core/Migrations/Version28000Date20230728104802.php index a278d644b95..b80ca2f6ea3 100644 --- a/core/Migrations/Version28000Date20230728104802.php +++ b/core/Migrations/Version28000Date20230728104802.php @@ -88,7 +88,7 @@ class Version28000Date20230728104802 extends SimpleMigrationStep { 'length' => 255, 'default' => '', ]); - $table->addColumn('last_updated', 'integer', [ + $table->addColumn('last_updated', Types::INTEGER, [ 'notnull' => false, 'length' => 4, 'default' => 0,