generateInsertable property
Generate a toInsertable()
extension function for type mapping all
fields to an insertable object.
This can be useful when a custom data class should be used for inserts or updates.
Implementation
@Deprecated('Use `write_to_columns_mixins` build option instead')
final bool generateInsertable;