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.
989
Commits
4
Branches
0
Tags
118 MiB
Tree:
8a2f05690b
dev
master
release_0.0.1
release_0.0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8a2f05690b'
${ noResults }
Highways4Good
/
scripts
/
1.2.0
/
data
/
1.alter_user.sql
2 lines
53 B
Raw
Normal View
History
创建任务表和user添加isadmin字段
2 years ago
ALTER
TABLE
public
.
"
user
"
ADD
COLUMN
isadmin
boolean
;