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

View File

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