index
:
Juick
juick-commands
killy-responsive
killy-responsive-2
mark_read
master
sans_branch
x
Juick development tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
resources
/
db
/
migration
/
V1.3__Nullable user_id column in auth table.sql
blob: ced85aded0c863ef171970459266e407dc47a154 (
plain
) (
blame
)
1
ALTER
TABLE
auth
MODIFY
COLUMN
user_id
int
(
10
)
unsigned
NULL
;