This commit is contained in:
Maurits van der Schee 2017-03-28 01:43:43 +02:00
commit f8c59fbf49

View file

@ -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