Skip to content

Commit f8c59fb

Browse files
committed
bugfix
1 parent a443016 commit f8c59fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/blog_sqlserver.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +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,
223224
CONSTRAINT [PK_products] PRIMARY KEY CLUSTERED
224225
(
225226
[id] ASC

0 commit comments

Comments
 (0)