调整创建表时key、type、seq的长度,分别为64,64,20,避免出现“Specified key was too long; max key length is 767 bytes”问题

This commit is contained in:
yhl452493373
2022-02-16 17:36:50 +08:00
parent 6a5a8111ee
commit 464b99a09b
5 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yanghuanglin</groupId>
<artifactId>seq</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<name>seq</name>
<description>seq</description>
<properties>