diff --git a/models/draw.go b/models/draw.go index e0207ed..b40f45a 100644 --- a/models/draw.go +++ b/models/draw.go @@ -1,10 +1,14 @@ package models type Draw struct { - ID int - Date string - Numbers string - Spend float64 - Return float64 - ProfitLoss float64 + ID int + Date string + Machine string + Ballset string + Ball1 string + Ball2 string + Ball3 string + Ball4 string + Ball5 string + Thunderball string }