Skip to content

Commit 2c7260d

Browse files
Dakoni4400Till Kobbe
andauthored
added dateTime to doesntNeedCharacterOptions (#39269)
Co-authored-by: Till Kobbe <[email protected]>
1 parent a161262 commit 2c7260d

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
@@ -198,6 +198,7 @@ protected static function doesntNeedCharacterOptions($type)
198198
'binary',
199199
'boolean',
200200
'date',
201+
'dateTime',
201202
'decimal',
202203
'double',
203204
'float',

0 commit comments

Comments
 (0)