[Answered] delete associations without deleting field

0 votes
asked Mar 19, 2015 in General Questions by tjsdev (130 points)
edited Oct 13, 2015 by ludek.vodicka

Is it possible to delete associations without deleting field. I remember ORM designer used to ask.

1 Answer

0 votes
answered Mar 19, 2015 by ludek.vodicka Skipper developer (140,450 points)

Hi, you're right. This feature was available in old ORM Designer releases.

But based on the large amount of user requests we removed this feature because in 99% of use cases there is no reason why to keep this field after relation removal. This field is usually bounded with destination table and destination field and its re-usage can lead to unnecessary behaviors.

...