There is a Spring Boot database application, in this case h2. When executing tests to check the performance of methods for interacting with the database, an exception appears:
Caused by: org.h2.jdbc.JdbcSQLException: Table "OFFICE" not found Table "OFFICE" not found; SQL statement: insert into office (office_id, office_address, office_is_active, office_name, office_org_id, o_id, office_phone, version) values (null,?,?,?,?,?,?,?) [42102-193]
What could be the problem? The full code is on the git: https://github.com/kaldihin/Bell_Integrator_Task.git
Any variants of guesses and answers, as well as valid criticism are welcome :)