90% сеньоров плачат на таких коммитах
This commit is contained in:
@@ -4,7 +4,6 @@ from .base import TimestampedModel
|
||||
|
||||
|
||||
class User(TimestampedModel):
|
||||
id = fields.UUIDField(pk=True)
|
||||
telegram_id = fields.BigIntField(unique=True, index=True)
|
||||
username = fields.CharField(max_length=255, null=True)
|
||||
first_name = fields.CharField(max_length=255, null=True)
|
||||
|
||||
Reference in New Issue
Block a user