발생한 문제 기존 과제 프로젝트에서 `Post` Entity에 이어 `User` Entity를 추가하고 Spring 테스트를 진행해보니 `JdbcSQLSyntaxErrorException`과 `Error executing DDL "drop table if exists user CASCADE " via JDBC Statement` 로그 에러가 뜸. 2022-07-30 13:48:03.664 WARN 46028 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL "drop table if exists user CASCADE " v..