Skip to main content

create_migration_scaffold_with_snapshot

Function create_migration_scaffold_with_snapshot 

Source
pub fn create_migration_scaffold_with_snapshot(
    root: &Path,
    name: &str,
    snapshot: &ModelSnapshot,
) -> Result<MigrationScaffold, OrmError>