This commit is contained in:
Maurits van der Schee 2017-03-12 23:06:12 +01:00
commit ea0166bb00

View file

@ -182,7 +182,7 @@ GO
CREATE TABLE [events](
[id] [int] IDENTITY,
[name] [nvarchar](max) NOT NULL,
[datetime] [datetime] NOT NULL,
[datetime] [datetime2](0) NOT NULL,
[visitors] [int] NOT NULL,
CONSTRAINT [PK_events] PRIMARY KEY CLUSTERED
(