Skip to content

Commit 7e27a60

Browse files
Explicit null default for expire_time in Db\Schema\v2_1\BanGroups
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
1 parent 8a061d2 commit 7e27a60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/Db/Schema/v2_1/BanGroups.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ public function __construct()
6161
name: 'expire_time',
6262
type: 'int',
6363
unsigned: true,
64+
not_null: false,
65+
default: null,
6466
),
6567
'cannot_access' => new Column(
6668
name: 'cannot_access',

0 commit comments

Comments
 (0)