Skip to content

Commit

Permalink
added dateTime to doesntNeedCharacterOptions (#39269)
Browse files Browse the repository at this point in the history
Co-authored-by: Till Kobbe <[email protected]>
  • Loading branch information
Dakoni4400 and Till Kobbe authored Oct 20, 2021
1 parent a161262 commit 2c7260d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Schema/Grammars/ChangeColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ protected static function doesntNeedCharacterOptions($type)
'binary',
'boolean',
'date',
'dateTime',
'decimal',
'double',
'float',
Expand Down

0 comments on commit 2c7260d

Please sign in to comment.