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

3 lines
78 B
MySQL
Raw Normal View History

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