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