Skip to content

Commit 7d3968c

Browse files
committed
bugfix
1 parent 6710c04 commit 7d3968c

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
@@ -209,7 +209,7 @@ CREATE TABLE [products](
209209
[name] [nvarchar](max) NOT NULL,
210210
[price] [decimal](10,2) NOT NULL,
211211
[properties] [xml] NOT NULL,
212-
[created_at] [datetime] NOT NULL,
212+
[created_at] [datetime2](0) NOT NULL,
213213
CONSTRAINT [PK_products] PRIMARY KEY CLUSTERED
214214
(
215215
[id] ASC

0 commit comments

Comments
 (0)