defaultValueExpression

@JvmName(name = "eumbhahndkreyqei")
suspend fun defaultValueExpression(value: Output<String>)
@JvmName(name = "ndovegcqxxoovdcx")
suspend fun defaultValueExpression(value: String?)

Parameters

value

Optional. A SQL expression to specify the default value for this field. It can only be set for top level fields (columns). You can use struct or array expression to specify default value for the entire struct or array. The valid SQL expressions are: - Literals for all data types, including STRUCT and ARRAY. - Following functions: - CURRENT_TIMESTAMP - CURRENT_TIME - CURRENT_DATE - CURRENT_DATETIME - GENERATE_UUID - RAND - SESSION_USER - ST_GEOGPOINT - Struct or array composed with the above allowed functions, for example, CURRENT_DATE(), DATE '2020-01-01'