Hi! I'm developing my application with apache isis and using postgreSQL as database.
I have the following problem: Every time I deploy to the application I see that the foreign keys that I have defined in the application as relations are being generated. If I check the Database I have tables with more than 300 foreign keys and it is the same definition of the foreign key, but repeated. I'm using the security provided by apache isis and checking the tables are the same with many foreign keys. Do you have any idea what causes this error? Or how could I solve this problem? Regards! Aida Davila
