Skip to content

Commit 65276de

Browse files
committed
Update 2022-08-18-000004_add_request_column_limits_table.php
1 parent 08cf960 commit 65276de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Migrations/2022-08-18-000004_add_request_column_limits_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function up()
3535
'type' => 'int',
3636
'constraint' => 11,
3737
'unsigned' => true,
38-
'null' => false,
38+
'null' => true,
3939
'after' => 'id'
4040
],
4141
]);

0 commit comments

Comments
 (0)