when i run mvn spring-boot:run this error shows up::Error executing DDL "alter table group_users add constraint FKpnfjqos3rlmgpiu1ofjvs8lrb foreign key (group_id) references user_groups (group_id)" via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.3.7.Final.jar:5.3.7.Final]
the server starts but whatever email i register as there is this error:The user email already exists(in english).
my bet is that there is some error with database ,what encoding should be the shema documentsdb?
when i run mvn spring-boot:run this error shows up::
Error executing DDL "alter table group_users add constraint FKpnfjqos3rlmgpiu1ofjvs8lrb foreign key (group_id) references user_groups (group_id)" via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.3.7.Final.jar:5.3.7.Final]the server starts but whatever email i register as there is this error:The user email already exists(in english).
my bet is that there is some error with database ,what encoding should be the shema documentsdb?