This website works better with JavaScript.
Home
Help
Sign In
free-sun
/
Highways4Good
Watch
14
Star
0
Fork
0
Code
Issues
Pull Requests
1
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.
752
Commits
4
Branches
0
Tags
118 MiB
Tree:
bb356a45c1
dev
master
release_0.0.1
release_0.0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bb356a45c1'
${ noResults }
Highways4Good
/
scripts
/
1.2.3
/
schema
/
3.alter_report.sql
4 lines
103 B
Raw
Normal View
History
feat:用户权限的修改+任务指派
2 years ago
alter
table
report
add
performer_id
integer
;
comment
on
column
report
.
performer_id
is
'
处理人
'
;