fix: 修复争议时间线表名映射
This commit is contained in:
@@ -26,7 +26,7 @@ const (
|
||||
// FieldCreatedAt holds the string denoting the created_at field in the database.
|
||||
FieldCreatedAt = "created_at"
|
||||
// Table holds the table name of the disputetimeline in the database.
|
||||
Table = "dispute_timelines"
|
||||
Table = "dispute_timeline"
|
||||
)
|
||||
|
||||
// Columns holds all SQL columns for disputetimeline fields.
|
||||
|
||||
Reference in New Issue
Block a user