Skip to content

Commit 16774a1

Browse files
author
jskim
committed
Revert: mssql rowversion column type test
1 parent d887367 commit 16774a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/database-schema/column-types/mssql/column-types-mssql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe("database schema > column types > mssql", () => { // https://github.com
137137
table!.findColumnByName("binary")!.type.should.be.equal("binary");
138138
table!.findColumnByName("varbinary")!.type.should.be.equal("varbinary");
139139
table!.findColumnByName("image")!.type.should.be.equal("image");
140-
table!.findColumnByName("rowversion")!.type.should.be.equal("timestamp");
140+
table!.findColumnByName("rowversion")!.type.should.be.equal("rowversion");
141141
table!.findColumnByName("date")!.type.should.be.equal("date");
142142
table!.findColumnByName("dateObj")!.type.should.be.equal("date");
143143
table!.findColumnByName("datetime")!.type.should.be.equal("datetime");

0 commit comments

Comments
 (0)