重命名数据表

This commit is contained in:
RockYang
2025-09-01 07:35:37 +08:00
parent 9a4239290b
commit 3531c7f356
31 changed files with 133 additions and 60 deletions

View File

@@ -31,5 +31,5 @@ type SunoJob struct {
}
func (m *SunoJob) TableName() string {
return "chatgpt_suno_jobs"
return "geekai_suno_jobs"
}