diff --git a/models.py b/models.py index 24c2840..26c783c 100644 --- a/models.py +++ b/models.py @@ -23,6 +23,8 @@ class Oboruds(db.Model): + + class Zametki(db.Model): id = db.Column(db.Integer, primary_key=True, autoincrement=True) txtzam=db.Column(db.String(10000))