We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cf32b commit bdbc8e4Copy full SHA for bdbc8e4
1 file changed
system/Database/OCI8/Forge.php
@@ -254,7 +254,6 @@ protected function _attributeType(array &$attributes)
254
$attributes['TYPE'] = 'NUMBER';
255
$attributes['CONSTRAINT'] = 1;
256
$attributes['UNSIGNED'] = true;
257
- $attributes['NULL'] = false;
258
259
return;
260
0 commit comments