This website requires JavaScript.
Explore
Help
Register
Sign In
Peter
/
axum-async-graphql
Watch
1
Star
0
Fork
You've already forked axum-async-graphql
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fdc57ab13a
axum-async-graphql
/
migrations
/
20240530193519_typen.up.sql
5 lines
92 B
SQL
Raw
Blame
History
CREATE
TABLE
IF
NOT
EXISTS
typen
(
id
UUID
PRIMARY
KEY
,
typname
VARCHAR
NOT
NULL
)
;
Reference in New Issue
View Git Blame
Copy Permalink