Skip to content

Commit

Permalink
doc: modify db server sql location (apache#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermitcai authored Apr 17, 2020
1 parent 499445e commit 3de7a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springcloud-eureka-feign-mybatis-seata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ store {
}
```

由于此demo我们使用db模式存储事务日志,所以,我们要创建三张表:global_table,branch_table,lock_table,建表sql在上面下载的seata-server的/conf/db_store.sql中
由于此demo我们使用db模式存储事务日志,所以,我们要创建三张表:global_table,branch_table,lock_table,建表sql在seata/seata/script/server/db/mysql.sql

由于存储undo_log是在业务库中,所以在每个业务库中,还要创建undo_log表,建表sql在/conf/db_undo_log.sql中。

Expand Down

0 comments on commit 3de7a80

Please sign in to comment.