This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
yzySrv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
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.
15
Commits
1
Branch
9.8 MiB
Erlang
99.4%
TSQL
0.6%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
yzySrv
/
db
/
21-01
/
21-01-21.sql
3 lines
110 B
Raw
Permalink
Blame
History
-- tyl
-- 孩子role_child表加索引
alter
table
role_child
add
KEY
`
child_name
`
(
`
child_name
`
)
USING
BTREE
;