Skip to content

Commit 2ace9de

Browse files
committed
json_metadata is also NOT NULL
1 parent 55bced5 commit 2ace9de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SqlServer/src/Eventuous.SqlServer/Scripts/1_Schema.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ IF TYPE_ID('__schema__.StreamMessage') IS NULL
5656
message_id UNIQUEIDENTIFIER NOT NULL,
5757
message_type NVARCHAR(128) NOT NULL,
5858
json_data NVARCHAR(MAX) NOT NULL,
59-
json_metadata NVARCHAR(MAX) NULL
59+
json_metadata NVARCHAR(MAX) NOT NULL
6060
)
6161
END
62-

0 commit comments

Comments
 (0)