Skip to content

Commit 3c88500

Browse files
committed
use DB type constants
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent b9b49fd commit 3c88500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Migrations/Version28000Date20230728104802.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
8888
'length' => 255,
8989
'default' => '',
9090
]);
91-
$table->addColumn('last_updated', 'integer', [
91+
$table->addColumn('last_updated', Types::INTEGER, [
9292
'notnull' => false,
9393
'length' => 4,
9494
'default' => 0,

0 commit comments

Comments
 (0)