JAVA-2592: Add DROP TABLE IF EXIST clause to avoid SQL exception
This commit is contained in:
parent
015cdea7c8
commit
c272dba665
|
@ -1,3 +1,5 @@
|
|||
drop table if exists client;
|
||||
|
||||
create table client (
|
||||
id numeric,
|
||||
name varchar(50),
|
||||
|
|
Loading…
Reference in New Issue