spring-framework/org.springframework.jdbc/src/test/java/schema.sql

3 lines
78 B
SQL

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