foreign Keys
Parameters
value
Present only if the table has a foreign key. The foreign key is not enforced. Structure is documented below.
Parameters
values
Present only if the table has a foreign key. The foreign key is not enforced. Structure is documented below.
suspend fun foreignKeys(argument: List<suspend TableTableConstraintsForeignKeyArgsBuilder.() -> Unit>)
suspend fun foreignKeys(vararg argument: suspend TableTableConstraintsForeignKeyArgsBuilder.() -> Unit)
Parameters
argument
Present only if the table has a foreign key. The foreign key is not enforced. Structure is documented below.