feat(api): Attributes support regular check

This commit is contained in:
pycook
2024-01-12 13:03:36 +08:00
parent 639aa4ecab
commit 8792499f71
2 changed files with 13 additions and 3 deletions

View File

@@ -93,6 +93,8 @@ class Attribute(Model):
_choice_web_hook = db.Column('choice_web_hook', db.JSON)
choice_other = db.Column(db.JSON)
re_check = db.Column(db.Text)
uid = db.Column(db.Integer, index=True)
option = db.Column(db.JSON)