Skip to content

Commit 3073411

Browse files
committed
bugfix
1 parent f8c59fb commit 3073411

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
@@ -220,7 +220,7 @@ CREATE TABLE [products](
220220
[price] [decimal](10,2) NOT NULL,
221221
[properties] [xml] NOT NULL,
222222
[created_at] [datetime2](0) NOT NULL,
223-
[deleted_at] [datetime2](0) NOT NULL,
223+
[deleted_at] [datetime2](0) NULL,
224224
CONSTRAINT [PK_products] PRIMARY KEY CLUSTERED
225225
(
226226
[id] ASC

0 commit comments

Comments
 (0)