Upgrade to Tomcat 8.5.11
This commit is contained in:
3
classes/test/spring-jdbc/schema.sql
Normal file
3
classes/test/spring-jdbc/schema.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
drop table T_TEST if exists;
|
||||
|
||||
create table T_TEST (NAME varchar(50) not null);
|
||||
Reference in New Issue
Block a user