Skip to content

Commit

Permalink
Merge pull request #8440 from kenjis/fix-OCI8-Forge-BOOLEAN-null
Browse files Browse the repository at this point in the history
fix: OCI8 Forge always sets NOT NULL when BOOLEAN is specified
  • Loading branch information
kenjis authored Jan 23, 2024
2 parents 28cf32b + bdbc8e4 commit 945da21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/Database/OCI8/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ protected function _attributeType(array &$attributes)
$attributes['TYPE'] = 'NUMBER';
$attributes['CONSTRAINT'] = 1;
$attributes['UNSIGNED'] = true;
$attributes['NULL'] = false;

return;

Expand Down

0 comments on commit 945da21

Please sign in to comment.