diff --git a/zlt-demo/seata-demo/seata-demo.sql b/zlt-demo/seata-demo/seata-demo.sql index 8e5d80ec9d36929c63e20d908732e8ad37400038..cd9719ec1916850e1c001eef510f8eb5abbd2c54 100644 --- a/zlt-demo/seata-demo/seata-demo.sql +++ b/zlt-demo/seata-demo/seata-demo.sql @@ -8,7 +8,7 @@ USE `seata-demo`; -- you must to init this sql for you business databese. the seata server not need it. -- 此脚本必须初始化在你当前的业务数据库中,用于AT 模式XID记录。与server端无关(注:业务数据库) -- 注意此处0.3.0+ 增加唯一索引 ux_undo_log -drop table `undo_log`; +DROP TABLE IF EXISTS `undo_log`; CREATE TABLE `undo_log` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `branch_id` bigint(20) NOT NULL,