Skip to content

Commit

Permalink
Fixes _setNullableState not respecting schema
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverHenrichs committed Mar 6, 2024
1 parent c180e4c commit a592b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/schema/tablecompiler.js
Expand Up @@ -317,6 +317,7 @@ class TableCompiler {
output: () => {
return this.client
.queryBuilder()
.withSchema(this.schemaNameRaw)
.from(this.tableNameRaw)
.columnInfo(column)
.then((columnInfo) => {
Expand Down

0 comments on commit a592b55

Please sign in to comment.