mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add columnDef
This commit is contained in:
@@ -51,9 +51,9 @@ public class Column implements Serializable, Cloneable {
|
||||
* 是否自增
|
||||
*/
|
||||
private boolean autoIncrement;
|
||||
|
||||
/**
|
||||
* default value for the column, which should be interpreted as a string when the value is enclosed in single quotes (may be <code>null</code>)
|
||||
* 字段默认值<br>
|
||||
* default value for the column, which should be interpreted as a string when the value is enclosed in single quotes (may be {@code null})
|
||||
*/
|
||||
private String columnDef;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user