This website requires JavaScript.
Explore
Help
Sign In
idanoo
/
GoScrobble
Watch
1
Star
0
Fork
0
You've already forked GoScrobble
mirror of
https://github.com/idanoo/GoScrobble.git
synced
2024-11-21 16:11:56 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
main
GoScrobble
/
migrations
/
13_user_mod.up.sql
1 line
61 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
Migrating to postgresql
2021-12-25 09:24:47 +00:00
ALTER
TABLE
users
ADD
COLUMN
mod
BOOL
NOT
NULL
DEFAULT
FALSE
;
Reference in New Issue
Copy Permalink