sqlRequirePrimaryKey

@JvmName(name = "qqimgcxqqhiyqtok")
suspend fun sqlRequirePrimaryKey(value: Output<Boolean>)
@JvmName(name = "espspriyaakybbkn")
suspend fun sqlRequirePrimaryKey(value: Boolean?)

Parameters

value

Require primary key to be defined for new tables or old tables modified with ALTER TABLE and fail if missing. It is recommended to always have primary keys because various functionality may break if any large table is missing them.