pub async fn force_register_model<M: Model<M>>() -> Result<(), Error>where
    Error: From<<M as TryFrom<Row>>::Error>,
Expand description

Same as register_model but if a table with the same name already exists, it is dropped instead of returning an error.