Is it possible to alter ForeignKey object? #1116
Unanswered
Gayathri-A-R
asked this question in
Usage Questions
Replies: 1 comment
-
you can't modify |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to alter target_fullname and column of ForeignKey objects or to specify a different schema for targeted table.
There are some cases due to which I cant specify 'schema.table.col' in models.py. I can only specify 'table.col' for which error is thrown saying targeted table not found.
Use case: #1105 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions