Skip to content

Commit 41ec9d4

Browse files
committed
fix DataTypesTests.constant
1 parent afac72e commit 41ec9d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scalasql/test/resources/mssql-customer-schema.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ CREATE TABLE data_types (
5858
my_boolean BIT,
5959
my_local_date DATE,
6060
my_local_time TIME,
61-
my_local_date_time DATETIME2,
62-
my_util_date DATETIMEOFFSET,
63-
my_instant DATETIMEOFFSET,
64-
my_var_binary VARBINARY,
61+
my_local_date_time DATETIME,
62+
my_util_date DATETIME,
63+
my_instant DATETIME,
64+
my_var_binary VARBINARY(256),
6565
my_uuid UNIQUEIDENTIFIER,
6666
my_enum VARCHAR(256)
6767
-- my_offset_time TIME WITH TIME ZONE,

0 commit comments

Comments
 (0)