There was an error while loading. Please reload this page.
1 parent b9b49fd commit 3c88500Copy full SHA for 3c88500
1 file changed
core/Migrations/Version28000Date20230728104802.php
@@ -88,7 +88,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
88
'length' => 255,
89
'default' => '',
90
]);
91
- $table->addColumn('last_updated', 'integer', [
+ $table->addColumn('last_updated', Types::INTEGER, [
92
'notnull' => false,
93
'length' => 4,
94
'default' => 0,
0 commit comments