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 c86cd1a commit 5ac547cCopy full SHA for 5ac547c
lib/Migration/Version5006Date20251023224608.php
@@ -28,7 +28,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
28
29
$attachments = $schema->getTable('mail_attachments');
30
31
- // Ensure created_at is NOT NULL and has no default, so app must set it.
+ // Drop default value for created_at column
32
if ($attachments->hasColumn('created_at')) {
33
$attachments->modifyColumn('created_at', [
34
'default' => null,
0 commit comments