bugfix
This commit is contained in:
parent
a44301691e
commit
f8c59fbf49
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ CREATE TABLE [products](
|
|||
[price] [decimal](10,2) NOT NULL,
|
||||
[properties] [xml] NOT NULL,
|
||||
[created_at] [datetime2](0) NOT NULL,
|
||||
[deleted_at] [datetime2](0) NOT NULL,
|
||||
CONSTRAINT [PK_products] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[id] ASC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue