Archived
1

Archive pokememes

This commit is contained in:
2018-02-17 19:47:22 +04:00
parent 3a5411f814
commit be9b2d72f1
6 changed files with 52 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ type Pokememe struct {
Purchaseable bool `db:"purchaseable"`
ImageURL string `db:"image_url"`
PlayerID int `db:"player_id"`
IsActive int `db:"is_active"`
CreatedAt time.Time `db:"created_at"`
}