Skip to content

Commit

Permalink
fix: OCI8 Forge always sets NOT NULL when BOOLEAN is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 21, 2024
1 parent 28cf32b commit bdbc8e4
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 bdbc8e4

Please sign in to comment.