Add created datetime to Comment model
This commit is contained in:
@@ -12,6 +12,7 @@ from app.services.database import get_db
|
||||
|
||||
class Comment(Model):
|
||||
url = CharField()
|
||||
created = DateTimeField()
|
||||
published = DateTimeField()
|
||||
author_name = CharField()
|
||||
author_email = CharField(default='')
|
||||
|
||||
Reference in New Issue
Block a user