Browse Source

auto commit

tags/v1.2
yitter 4 years ago
parent
commit
8842c98358
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SQL/README.md

+ 1
- 1
SQL/README.md View File

@@ -24,5 +24,5 @@
```
set @WorkerId = 1 -- 最大值 2^@WorkerIdBigLength-1
set @WorkerIdBigLength = 4 -- @WorkerIdBigLength+@SeqBigLength,不要超过22
set @SeqBigLength = 8
set @SeqBigLength = 8 -- 建议不小于6
```

Loading…
Cancel
Save