Skip to content

Commit bdbc8e4

Browse files
committed
fix: OCI8 Forge always sets NOT NULL when BOOLEAN is specified
1 parent 28cf32b commit bdbc8e4

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)