提交 7dc6a7bb 编写于 作者: zlt2000's avatar zlt2000
...@@ -8,7 +8,7 @@ USE `seata-demo`; ...@@ -8,7 +8,7 @@ USE `seata-demo`;
-- you must to init this sql for you business databese. the seata server not need it. -- you must to init this sql for you business databese. the seata server not need it.
-- 此脚本必须初始化在你当前的业务数据库中,用于AT 模式XID记录。与server端无关(注:业务数据库) -- 此脚本必须初始化在你当前的业务数据库中,用于AT 模式XID记录。与server端无关(注:业务数据库)
-- 注意此处0.3.0+ 增加唯一索引 ux_undo_log -- 注意此处0.3.0+ 增加唯一索引 ux_undo_log
drop table `undo_log`; DROP TABLE IF EXISTS `undo_log`;
CREATE TABLE `undo_log` ( CREATE TABLE `undo_log` (
`id` bigint(20) NOT NULL AUTO_INCREMENT, `id` bigint(20) NOT NULL AUTO_INCREMENT,
`branch_id` bigint(20) NOT NULL, `branch_id` bigint(20) NOT NULL,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册