from sqlalchemy import ( String, Array ) class User(db.Model): __tablename__ = "user" tst = Column(ARRAY(String), default = \'{}\' )