Skip to content

Commit

Permalink
fixing the fk lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Sep 6, 2024
1 parent f7e935a commit 56cd271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/sqlite/sql-parse-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ export function parseColumnConstraint(

return {
foreignKey: {
foreignSchemaName: schemaName,
foreignTableName,
foreignColumns,
},
Expand Down

0 comments on commit 56cd271

Please sign in to comment.