Added tutorials of the hibernate-release 5.2.18.Final
[hibernate4-maven-plugin] / src / it / hmp-testclasses-annotationscanning / drop-schema.ddl
1
2     drop table HMP_FACHGEBIET if exists;
3
4     drop table HMP_UCI_TEST_ENTITY if exists;
5
6     drop sequence if exists HMP_SEQ;