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.
621
Commits
1
Branch
0
Tags
86 MiB
JavaScript
74.7%
Less
19.6%
HTML
4.3%
CSS
1.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
Inspection
/
script
/
2.0.0
/
schema
/
3.update_project.sql
5 lines
111 B
Raw
Permalink
Blame
History
alter
table
project
add
sub_type
varchar
(
255
)
;
comment
on
column
project
.
sub_type
is
'
子类型-子系统
'
;
Reference in new issue