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
main
nex_basse
/
backend
/
docs
/
migrations
/
006_add_user_avatar.sql
2 lines
66 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
基础系统版本
2026-02-25 08:48:31 +00:00
ALTER
TABLE
sys_user
ADD
COLUMN
avatar
VARCHAR
(
255
)
DEFAULT
NULL
;