Skip to content

Commit 6b83045

Browse files
authored
Add boolean to types that don't need char options (#32716)
1 parent 7187708 commit 6b83045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/Schema/Grammars/ChangeColumn.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ protected static function doesntNeedCharacterOptions($type)
189189
return in_array($type, [
190190
'bigInteger',
191191
'binary',
192+
'boolean',
192193
'date',
193194
'decimal',
194195
'double',

0 commit comments

Comments
 (0)