We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e935a commit 56cd271Copy full SHA for 56cd271
1 file changed
src/drivers/sqlite/sql-parse-table.ts
@@ -365,6 +365,7 @@ export function parseColumnConstraint(
365
366
return {
367
foreignKey: {
368
+ foreignSchemaName: schemaName,
369
foreignTableName,
370
foreignColumns,
371
},
0 commit comments