This website requires JavaScript.
Explore
Help
Sign In
root
/
spring-framework
mirror of
https://github.com/spring-projects/spring-framework.git
Watch
1
Star
0
Fork
You've already forked spring-framework
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2e45a19be3
spring-framework
/
org.springframework.jdbc
/
src
/
test
/
java
/
schema.sql
3 lines
78 B
SQL
Raw
Blame
History
drop
table
T_TEST
if
exists
;
create
table
T_TEST
(
NAME
varchar
(
50
)
not
null
)
;
Reference in New Issue
View Git Blame
Copy Permalink