优化数据库结构

This commit is contained in:
2026-03-17 13:54:35 +08:00
parent 0a3d7daf2c
commit 2fb27aa714
3 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ CREATE TABLE IF NOT EXISTS signin_logs (
id BIGINT AUTO_INCREMENT PRIMARY KEY,
account_id CHAR(36) NOT NULL,
topic_title VARCHAR(100),
status VARCHAR(20) NOT NULL,
status VARCHAR(50) NOT NULL,
reward_info JSON,
error_message TEXT,
signed_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,