mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
HB not generate default value #810
This commit is contained in:
@@ -84,7 +84,7 @@ class Column<T>(
|
||||
}
|
||||
|
||||
val defaultValue = dbDefaultValue
|
||||
if (!isPKColumn && defaultValue != null) {
|
||||
if (defaultValue != null) {
|
||||
val expressionSQL = currentDialect.dataTypeProvider.processForDefaultValue(defaultValue)
|
||||
if (!currentDialect.isAllowedAsColumnDefault(defaultValue)) {
|
||||
val clientDefault = when {
|
||||
|
||||
Reference in New Issue
Block a user