pub async fn force_register_model<M: Model<M>>() -> Result<(), Error>where
    for<'a> Error: From<<M as TryFrom<&'a 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.