This website works better with JavaScript.
Explore
Help
Register
Sign In
eaXing
/
eaxing_back_africa_main
Watch
9
Star
0
Fork
You've already forked eaxing_back_africa_main
0
Code
Issues
Pull Requests
Packages
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.
612c2ee9b1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '612c2ee9b1'
${ noResults }
eaxing_back_africa_main
/
WebStarter
/
db
/
lxw0527.sql
3 lines
120 B
Raw
Normal View
History
Unescape
Escape
主流程 访问数据库提至 CommonMgr 部分大屏接口
6 months ago
-- 添加缓存仓标识
alter
table
bin_info
add
column
cache_bin_flag
int
(
1
)
DEFAULT
0
COMMENT
"
0
:
不是 1:是
"
;