We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99287da commit 911ea13Copy full SHA for 911ea13
1 file changed
core/Migrations/Version29000Date20231123170742.php
@@ -57,7 +57,6 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
57
$table->addColumn('storage', Types::BIGINT, [
58
'notnull' => true,
59
'length' => 20,
60
- 'default' => 0,
61
]);
62
$table->addColumn('path', Types::STRING, [
63
0 commit comments