support table online edit

This commit is contained in:
SwallowGG
2023-09-20 17:00:20 +08:00
parent b0f4b5f211
commit 52e40ebe96

View File

@ -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