mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
add columnDef
This commit is contained in:
parent
ebf1e37b12
commit
b2cc737a82
@ -9,6 +9,7 @@
|
||||
* 【core 】 DatePattern补充DateTimeFormatter(pr#308@Gitee)
|
||||
* 【core 】 DateUtil.compare增加支持给定格式比较(pr#310@Gitee)
|
||||
* 【core 】 BeanUtil增加edit方法(issue#I3J6BG@Gitee)
|
||||
* 【db 】 Column中加入columnDef字段默认值(issue#I3J6BG@Gitee)
|
||||
|
||||
### Bug修复
|
||||
* 【db 】 修复SQL分页时未使用别名导致的错误,同时count时取消order by子句(issue#I3IJ8X@Gitee)
|
||||
|
@ -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;
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user