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
fc6544d620
gosora
/
schema
/
mssql
/
query_menus.sql
4 lines
75 B
SQL
Raw
Blame
History
CREATE
TABLE
[
menus
]
(
[
mid
]
int
not
null
IDENTITY
,
primary
key
(
[
mid
]
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink