This website requires JavaScript.
Explore
Help
Sign In
root
/
spring-boot
mirror of
https://github.com/spring-projects/spring-boot.git
Watch
1
Star
0
Fork
You've already forked spring-boot
0
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
f798f26596
spring-boot
/
spring-boot-project
/
spring-boot-cli
/
src
/
test
/
resources
/
schema-all.sql
5 lines
84 B
SQL
Raw
Blame
History
CREATE
TABLE
FOO
(
id
INTEGER
IDENTITY
PRIMARY
KEY
,
name
VARCHAR
(
30
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink