Hi all!
A have a task to generate table at runtime. I know how to do this but there is an issue I cannot handle. While you adding some field with EDT related to any table you can see dialog with ForeignKey creation request and this is annoying. As long as this dialog appears my table generation is not really runtime. :) I do not need any foreign keys in DB for this task. Does anybody knows how to turn off those dialogs temporary?
Thank you beforehand.