1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Merge pull request #1514 from asrod/patch-2

Update distributed-id.md
This commit is contained in:
Guide哥 2022-02-07 14:13:39 +08:00 committed by GitHub
commit db1e363ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ CREATE TABLE `sequence_id_generator` (
![](https://img-blog.csdnimg.cn/20210610081149228.png) ![](https://img-blog.csdnimg.cn/20210610081149228.png)
`version` 字段主要用于解决并发问题(乐观锁),`biz_type` 主要用于表示业类型。 `version` 字段主要用于解决并发问题(乐观锁),`biz_type` 主要用于表示业类型。
**2.先插入一行数据。** **2.先插入一行数据。**