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
15
Packages
Projects
Releases
Wiki
Activity
b22e3d51dc
spring-boot
/
spring-boot-project
/
spring-boot
/
src
/
test
/
resources
/
schema.sql
4 lines
103 B
SQL
Raw
Blame
History
CREATE
TABLE
EXAMPLE
(
id
INTEGER
GENERATED
BY
DEFAULT
AS
IDENTITY
PRIMARY
KEY
,
name
VARCHAR
(
30
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink