Hello everyone!
I just started using Portofino 5.2.1 and encountered problem while importing database schema objects. It`s the second step when running Wizard.
I found some errors like below in catalina.out
"ERROR c.m.p.p.hibernate.SessionFactoryBuilder admin /api/portofino-upstairs/database/connections/MY_DB_NAME/schemas
The foreign key MY_DB_NAME.TEST_USER.TABLE_2$FK_ID does not refer to the exact primary key of table MY_DB_NAME.TEST_USER.TABLE_1, this is not supported."
I`ve checked it from database side and found out that foreign key has defined to reference the column of a UNIQUE constraint in table1.
So, as i know FOREIGN KEY constraint does not have to be linked only to a PRIMARY KEY constraint in another table; it can also be defined to reference the columns of a UNIQUE constraint in another table.
I`m new to portofino. So, need help to fix the problem.
Thanks.