mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-20 19:35:46 +08:00
Fix bug with invalid schema specification
This commit is contained in:
@ -35,7 +35,7 @@ public class ColumnRequest {
|
||||
/**
|
||||
* 是否为空
|
||||
*/
|
||||
private Boolean nullable;
|
||||
private Integer nullable;
|
||||
|
||||
/**
|
||||
* 是否主键
|
||||
|
@ -38,7 +38,7 @@ public class ColumnVO {
|
||||
/**
|
||||
* 是否为空
|
||||
*/
|
||||
private Boolean nullable;
|
||||
private Integer nullable;
|
||||
|
||||
/**
|
||||
* 是否主键
|
||||
|
Reference in New Issue
Block a user