This website requires JavaScript.
Explore
Help
Sign In
thallada
/
modmapper
Watch
1
Star
0
Fork
0
You've already forked modmapper
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4b7a52588c
modmapper
/
migrations
/
20210809010234_make_mod_category_nullable.sql
1 line
57 B
MySQL
Raw
Normal View
History
Unescape
Escape
Make mod category nullable
2021-08-09 01:09:34 +00:00
ALTER
TABLE
"
mods
"
ALTER
COLUMN
"
category
"
DROP
NOT
NULL
;
Reference in New Issue
Copy Permalink