Skip to content

Commit 945da21

Browse files
authored
Merge pull request #8440 from kenjis/fix-OCI8-Forge-BOOLEAN-null
fix: OCI8 Forge always sets NOT NULL when BOOLEAN is specified
2 parents 28cf32b + bdbc8e4 commit 945da21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/Database/OCI8/Forge.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ protected function _attributeType(array &$attributes)
254254
$attributes['TYPE'] = 'NUMBER';
255255
$attributes['CONSTRAINT'] = 1;
256256
$attributes['UNSIGNED'] = true;
257-
$attributes['NULL'] = false;
258257

259258
return;
260259

0 commit comments

Comments
 (0)