-
Hi Hasura Team, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@nizamani This is currently not possible to do while creating a foreign key. Shall take this as a feature request. In the meanwhile, you can rename the created foreign key form the
|
Beta Was this translation helpful? Give feedback.
@nizamani This is currently not possible to do while creating a foreign key. Shall take this as a feature request.
In the meanwhile, you can rename the created foreign key form the
SQL
tab of the console by running the following query:ALTER TABLE "<name>" RENAME CONSTRAINT "<old_fkey_name>" TO "<new_fkey_name>";