bindbox-game/migrations/20251223_fix_invite_count_comment.sql

2 lines
126 B
SQL
Executable File

ALTER TABLE task_center_user_progress MODIFY COLUMN invite_count BIGINT NOT NULL DEFAULT 0 COMMENT '累计邀请数(注册)';