diff --git a/scripts/create_tables.py b/scripts/create_tables.py index 68ad1f6..df09aaf 100644 --- a/scripts/create_tables.py +++ b/scripts/create_tables.py @@ -272,6 +272,8 @@ async def main(): "bug_id": "VARCHAR(32) NULL COMMENT '关联BugID'", "qc_status": "VARCHAR(20) NULL DEFAULT 'pending' COMMENT 'QC状态'", "qc_comment": "VARCHAR(500) NULL COMMENT 'QC意见'", + "title": "VARCHAR(500) NULL COMMENT '任务标题'", + "description": "TEXT NULL COMMENT '任务描述'", } for col, ddl in _pht_cols.items(): r = await sor.sqlExe(