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
bfce29c8ee
axum-async-graphql
/
migrations
/
20240530193519_typen.up.sql
5 lines
92 B
MySQL
Raw
Normal View
History
Unescape
Escape
Modelle hinzugefügt
2024-06-03 15:41:00 +02:00
CREATE
TABLE
IF
NOT
EXISTS
typen
(
Die Tabellen Benutzer, Rollen und Gruppen hinzugefügt
2024-11-29 10:35:10 +01:00
id
UUID
PRIMARY
KEY
,
typname
VARCHAR
NOT
NULL
First Commit
2024-05-31 00:32:51 +02:00
)
;