unsafeCreate

abstract suspend fun <T : Any> unsafeCreate(context: C, model: Model<T>)

Creates a model without using a state machine. This is an 'escape hatch', and should be used only as a last resort. No validation and no authorization rules will be applied.

The setting allowUnsafeOperations must be enabled in order to use this.