Crates.io | notes_r_us_migrations |
lib.rs | notes_r_us_migrations |
version | |
source | src |
created_at | 2024-08-18 08:27:38.935266 |
updated_at | 2025-02-06 22:39:37.943643 |
description | Database Migrations For Notesrus |
homepage | https://notesrus.nzdev.org |
repository | https://github.com/l2dit/notesrus.git |
max_upload_size | |
id | 1342466 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This is migrations create for notes r us application that defines the shema.
cargo run -- generate MIGRATION_NAME
cargo run
cargo run -- up
cargo run -- up -n 10
cargo run -- down
cargo run -- down -n 10
cargo run -- fresh
cargo run -- refresh
cargo run -- reset
cargo run -- status