It's an Integer
This commit is contained in:
parent
59b8c673e0
commit
321fa9ae7c
@ -21,7 +21,7 @@ class BaseModel(Model):
|
|||||||
class GameModel(BaseModel):
|
class GameModel(BaseModel):
|
||||||
|
|
||||||
game_id = UUIDField(primary_key=True)
|
game_id = UUIDField(primary_key=True)
|
||||||
server_id = UUIDField() # Unsure if this is actually a uuid
|
server_id = IntegerField()
|
||||||
|
|
||||||
pitch_value = IntegerField(null=True)
|
pitch_value = IntegerField(null=True)
|
||||||
date_created = DateTimeField(default=datetime.datetime.now)
|
date_created = DateTimeField(default=datetime.datetime.now)
|
||||||
|
Loading…
Reference in New Issue
Block a user