feat(api): Attributes support regular check (#379)

feat(api): Attributes support regular check
This commit is contained in:
pycook
2024-01-12 13:05:37 +08:00
committed by GitHub
parent 4111ac8d31
commit 67081ef005
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)