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
459a7f0205
gosora
/
schema
/
mysql
/
query_menus.sql
4 lines
81 B
SQL
Raw
Blame
History
CREATE
TABLE
`
menus
`
(
`
mid
`
int
not
null
AUTO_INCREMENT
,
primary
key
(
`
mid
`
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink