dashboard
repositories
filestore
activity
search
login
交易所
/
synthesize_trading-order-master
综合交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2026-03-20
33f66d2199a52f3912c939b813f912e88154fb67
[交易所/synthesize_trading-order-master.git]
/
docs
/
db
/
V2__credit_score.sql
1
2
-- 用户表增加信用分字段,默认100
ALTER TABLE tz_user ADD COLUMN credit_score INT DEFAULT 100 COMMENT '信用分';