Closed linghengqian closed 8 months ago
@linghengqian Thank you for your feedback, I will trace this issue.
The table structure here should not include the 'ext' field. For the AT mode's 'undo_log' table, please refer to the scripts for each version, which can be specifically found at: https://github.com/apache/incubator-seata/tree/${version}/script/client/at/db. We will reorganize the quick start documentation on the official website. Thank you very much for your feedback.
Ⅰ. Issue Description
ext
field not mentioned in MySQL configuration template. Refer to https://seata.apache.org/docs/user/quickstart/#step-2-create-undo_log-table . Also, I don't quite understand why English documentation needs Chinese comments here.The documentation doesn't seem to mention
ALTER TABLE
SQL.An early investigation is at https://github.com/apache/shardingsphere/pull/30138 .
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
java -version
):2.0.0
uname -a
):Linux DESKTOP-J7M76VH 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux