pub fn create_migration_directory(
migrations_directory_path: &Path,
migration_name: &str
) -> Result<MigrationDirectory>Expand description
Create a directory for a new migration.
pub fn create_migration_directory(
migrations_directory_path: &Path,
migration_name: &str
) -> Result<MigrationDirectory>Create a directory for a new migration.