Specify an expression to be applied as the DEFAULT value for this data type. [#5709] A defaulted column cannot have an #identity(). @see #defaultValue(Field)
(T defaultValue)
| 1247 | * @see #defaultValue(Field) |
| 1248 | */ |
| 1249 | @NotNull |
| 1250 | @Support({ CLICKHOUSE, CUBRID, DERBY, DUCKDB, FIREBIRD, H2, HSQLDB, IGNITE, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB }) |
| 1251 | DataType<T> default_(T defaultValue); |
| 1252 |
no outgoing calls
no test coverage detected