Feat: added time field

This commit is contained in:
2024-12-26 14:08:45 +03:00
parent db90f919b4
commit 2882688ff4
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ class User(Model):
id = PrimaryKeyField()
name = CharField()
url = CharField()
time = DateTimeField(null=True)
class Meta:
database = db