Skip to content

Commit

Permalink
Merge pull request #577 from ckadluba/541-timestamp-default-nullable
Browse files Browse the repository at this point in the history
Fixed issue #541 in README.md
  • Loading branch information
ckadluba authored Sep 26, 2024
2 parents c1f7d85 + 17b9e1c commit 614dbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ CREATE TABLE [Logs] (
[Message] nvarchar(max) NULL,
[MessageTemplate] nvarchar(max) NULL,
[Level] nvarchar(max) NULL,
[TimeStamp] datetime NOT NULL,
[TimeStamp] datetime NULL,
[Exception] nvarchar(max) NULL,
[Properties] nvarchar(max) NULL
Expand Down

0 comments on commit 614dbc9

Please sign in to comment.