mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 08:52:11 +08:00
support table online edit
This commit is contained in:
@ -118,13 +118,6 @@ public class TableColumn {
|
||||
@JsonAlias({"NUM_PREC_RADIX"})
|
||||
private Integer numPrecRadix;
|
||||
|
||||
/**
|
||||
* is NULL allowed.
|
||||
* columnNoNulls - might not allow NULL values
|
||||
* columnNullable - definitely allows NULL values
|
||||
* columnNullableUnknown - nullability unknown
|
||||
*/
|
||||
private Integer nullableInt;
|
||||
|
||||
/**
|
||||
* unused
|
||||
|
Reference in New Issue
Block a user