This website works better with JavaScript.
Home
Help
Sign In
free-sun
/
Inspection
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
439
Commits
1
Branch
0
Tags
86 MiB
Tree:
54a2808fe7
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '54a2808fe7'
${ noResults }
Inspection
/
script
/
2.0.0
/
schema
/
4.update_user.sql
6 lines
87 B
Raw
Normal View
History
2.0 数据库更新 user project
1 year ago
alter
table
"
user
"
add
role
varchar
(
64
)
;
comment
on
column
"
user
"
.
role
is
'
角色
'
;