Skip to content

Commit ea0166b

Browse files
committed
bugfix
1 parent b59e181 commit ea0166b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/blog_sqlserver.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ GO
182182
CREATE TABLE [events](
183183
[id] [int] IDENTITY,
184184
[name] [nvarchar](max) NOT NULL,
185-
[datetime] [datetime] NOT NULL,
185+
[datetime] [datetime2](0) NOT NULL,
186186
[visitors] [int] NOT NULL,
187187
CONSTRAINT [PK_events] PRIMARY KEY CLUSTERED
188188
(

0 commit comments

Comments
 (0)