#c6b79
Back
2026/01/20
2 min read

任務牆 table schema

任務牆 table schema.md
3 additions, 2 deletions
... ... @@ -54,7 +54,7 @@
54 - | content | String | 詳細紀錄內容(raw data) | {<br>        "type": "exchange",<br>        "content": {<br>         "serialId": "01", "name": "A券","point":"500","deduct_time":"2025/12/30 00:09:00","amount":2<br>        }<br>} |
54 + | content | String (JSON) | 詳細紀錄內容(raw data) | {<br>        "type": "exchange",<br>        "content": {<br>         "serialId": "01", "name": "A券","point":"500","deduct_time":"2025/12/30 00:09:00","amount":2<br>        }<br>} |
55 +| source | String | producer error<br>consumer error (not in eventlog)<br>conusmer error (in eventlog)<br>rule engine error | |
55 - | sub_id | Integer (nullable) | [FK] [TaskSubSetting.id](http://tasksubsetting.id/) | 關聯型任務此欄位不會有值 |
56 + | sub_id | Integer (nullable) | [FK] [TaskSubSetting.id](http://tasksubsetting.id/) | 指定型任務此欄位不會有值 |