fix(plugins/mssql): fix typo in datetimeoffset dataType

fixes #555
This commit is contained in:
Jan Krüger 2023-05-09 18:13:32 +02:00 committed by GitHub
parent fee438c6d1
commit 4f2b3c15e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ const dialect = {
'date',
'datetime2',
'datetime',
'datetimeofffset',
'datetimeoffset',
'smalldatetime',
'time',
'char(20)',