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