JAVA-2592: Add DROP TABLE IF EXIST clause to avoid SQL exception

This commit is contained in:
Rafael Lopez
2021-11-07 13:04:54 -05:00
parent 26d1234384
commit 5867e76bba

View File

@@ -1,3 +1,5 @@
drop table if exists client;
create table client (
id numeric,
name varchar(50),