pub fn from_root<P: AsRef<Path>>(path: P) -> FsMigrations
Expand description

Create a Migrations from a filesystem location. The #[model] attribute will write migration information to a butane/migrations directory under the project directory.