We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28cf32b + bdbc8e4 commit 945da21Copy full SHA for 945da21
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