Skip to content

Commit 4286995

Browse files
committed
Update DataMergeGeneratorTests.BuildTableSqlTest.verified.txt
1 parent 049a95c commit 4286995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FluentCommand.SqlServer.Tests/Snapshots/DataMergeGeneratorTests.BuildTableSqlTest.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CREATE TABLE [#MergeTable]
22
(
3-
[Id] int NULL,
3+
[Id] bigint NULL,
44
[Name] nvarchar(MAX) NULL,
55
[Boolean] bit NULL,
66
[Short] smallint NULL,

0 commit comments

Comments
 (0)