some
This commit is contained in:
parent
0b3e3b291d
commit
99681d0103
@ -10,6 +10,7 @@ db = SQLAlchemy(app)
|
|||||||
|
|
||||||
class Product(db.Model):
|
class Product(db.Model):
|
||||||
"""Class for products."""
|
"""Class for products."""
|
||||||
|
"""another string"""
|
||||||
|
|
||||||
id = db.Column(db.Integer(), primary_key=True)
|
id = db.Column(db.Integer(), primary_key=True)
|
||||||
name = db.Column(db.String(length=50), nullable=False, unique=True)
|
name = db.Column(db.String(length=50), nullable=False, unique=True)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user