-- 添加last_modified_time字段,用于记录最后修改时间 ALTER TABLE sync_change_logs ADD last_updated_time DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP;