dashboard
repositories
filestore
activity
search
login
交易所
/
synthesize_trading-order-master
综合交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
2026-04-07
01e582d5d8219e754a8e841b2ea47091d028720b
[交易所/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 '信用分';