Fix bug with invalid schema specification

This commit is contained in:
SwallowGG
2023-08-29 23:38:24 +08:00
parent 656cd3a338
commit 9b659016f6
15 changed files with 269 additions and 241 deletions

View File

@ -35,7 +35,7 @@ public class ColumnRequest {
/**
* 是否为空
*/
private Boolean nullable;
private Integer nullable;
/**
* 是否主键

View File

@ -38,7 +38,7 @@ public class ColumnVO {
/**
* 是否为空
*/
private Boolean nullable;
private Integer nullable;
/**
* 是否主键