This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
gosora
Watch
1
Star
0
Fork
You've already forked gosora
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f2b210248a
gosora
/
schema
/
pgsql
/
query_menus.sql
4 lines
69 B
SQL
Raw
Blame
History
CREATE
TABLE
`
menus
`
(
`
mid
`
serial
not
null
,
primary
key
(
`
mid
`
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink