Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Mar 12, 2017
1 parent 6710c04 commit 7d3968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/blog_sqlserver.sql
Expand Up @@ -209,7 +209,7 @@ CREATE TABLE [products](
[name] [nvarchar](max) NOT NULL,
[price] [decimal](10,2) NOT NULL,
[properties] [xml] NOT NULL,
[created_at] [datetime] NOT NULL,
[created_at] [datetime2](0) NOT NULL,
CONSTRAINT [PK_products] PRIMARY KEY CLUSTERED
(
[id] ASC
Expand Down

0 comments on commit 7d3968c

Please sign in to comment.