Skip to content

Commit 56cd271

Browse files
committed
fixing the fk lookup
1 parent f7e935a commit 56cd271

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/drivers/sqlite/sql-parse-table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ export function parseColumnConstraint(
365365

366366
return {
367367
foreignKey: {
368+
foreignSchemaName: schemaName,
368369
foreignTableName,
369370
foreignColumns,
370371
},

0 commit comments

Comments
 (0)