This commit is contained in:
mm 2024-10-21 13:59:28 +05:00
parent be4627be5a
commit 643b977e4b

View File

@ -40,7 +40,8 @@ type Donat struct {
}
type Target struct {
ID TargetID `db:"id"`
ID TargetID `db:"id"`
StreamerID StreamerID `db:"streamer_id"`
Text string `db:"text"`
Collected DonatAmount `db:"collected"`