mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
3 lines
78 B
SQL
3 lines
78 B
SQL
drop table T_TEST if exists;
|
|
|
|
create table T_TEST (NAME varchar(50) not null); |