fefdwef
This commit is contained in:
14
models/tg_bitgit.py
Normal file
14
models/tg_bitgit.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from models import db, BaseModel
|
||||
|
||||
from peewee import *
|
||||
|
||||
|
||||
class TgBitgit(BaseModel):
|
||||
id = AutoField()
|
||||
tg_id = IntegerField(null=True)
|
||||
url = CharField(null=True)
|
||||
|
||||
|
||||
class Meta:
|
||||
database = db
|
||||
table_name = 'tg_bitgit'
|
||||
Reference in New Issue
Block a user