This website requires JavaScript.
Explore
Help
Sign In
mula
/
nex_basse
Watch
1
Star
0
Fork
You've already forked nex_basse
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
28481aa27c
nex_basse
/
backend
/
docs
/
migrations
/
006_add_user_avatar.sql
2 lines
66 B
SQL
Raw
Blame
History
ALTER
TABLE
sys_user
ADD
COLUMN
avatar
VARCHAR
(
255
)
DEFAULT
NULL
;
Reference in New Issue
View Git Blame
Copy Permalink