Feat: added time field
This commit is contained in:
@@ -11,6 +11,7 @@ class User(Model):
|
||||
id = PrimaryKeyField()
|
||||
name = CharField()
|
||||
url = CharField()
|
||||
time = DateTimeField(null=True)
|
||||
|
||||
class Meta:
|
||||
database = db
|
||||
|
||||
Reference in New Issue
Block a user