use DB type constants

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
pull/39567/head
Julien Veyssier 10 months ago
parent 577640663b
commit 601679bd25
No known key found for this signature in database
GPG Key ID: 4141FEE162030638

@ -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,

Loading…
Cancel
Save