Skip to content

Commit 56d095b

Browse files
committed
fix: default $null value
It should be `NULL`.
1 parent 15ffaec commit 56d095b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/Forge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class Forge
153153
*
154154
* @internal Used for marking nullable fields. Not covered by BC promise.
155155
*/
156-
protected $null = '';
156+
protected $null = 'NULL';
157157

158158
/**
159159
* DEFAULT value representation in CREATE/ALTER TABLE statements

0 commit comments

Comments
 (0)