Skip to content

Commit

Permalink
Update test/node/src/schema.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Igal Klebanov <[email protected]>
  • Loading branch information
jonasbovyn and igalklebanov authored Dec 22, 2023
1 parent 8d54f05 commit 0727b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/node/src/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ for (const dialect of DIALECTS) {
'`s` timestamp(6) default current_timestamp(6) not null,',
'`t` char(4),',
'`u` char,',
'`v` binary(16)',
'`w` varbinary(16)',
'`v` binary(16),',
'`w` varbinary(16),',
'`x` varbinary)',
],
parameters: [],
Expand Down

0 comments on commit 0727b37

Please sign in to comment.