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
bab592edf1
axum-async-graphql
/
migrations
/
20240530193519_typen.up.sql
6 lines
105 B
SQL
Raw
Blame
History
-- Add up migration script here
CREATE
TABLE
typen
(
id
SERIAL
PRIMARY
KEY
,
name
VARCHAR
NOT
NULL
)
;
Reference in New Issue
View Git Blame
Copy Permalink