RawTableStorageParameter
Generic storage parameter for database-specific options not covered by specific parameter types.
Use this for vendor-specific options that don't have a dedicated parameter class.
Example:
object Users : Table("users") {
override val storageParameters = listOf(Table.RawTableStorageParameter("parallel_workers=4"))
}Content copied to clipboard