1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update distributed-id.md

修改错别字
This commit is contained in:
asrod 2022-02-05 10:54:53 +08:00 committed by GitHub
parent 82fb025c0d
commit c6c0d77b14
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.先插入一行数据。**