Files
spring-framework/classes/test/spring-jdbc/schema.sql
2017-01-20 09:55:33 +01:00

3 lines
78 B
SQL

drop table T_TEST if exists;
create table T_TEST (NAME varchar(50) not null);