Page 1 of 1
How to remove relation in SQL builder
Posted: Thu Mar 16, 2023 3:29 pm
by mih
How to remove erroneously created relation in SQL Builder?
Re: How to remove relation in SQL builder
Posted: Thu Mar 16, 2023 3:34 pm
by kev1n
At present, you cannot directly delete the relationship between tables. However, you can delete the table itself, which will also delete the relationship.
Re: How to remove relation in SQL builder
Posted: Thu Mar 16, 2023 3:51 pm
by mih
Ok, thanks!