Skip to content

AbdelilahOu/Tenasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenasher

sea-orm migrations example cli

how to use

I have defined my custome commands in the src/main.rs you can edit as you wish

  • Apply all pending migrations
    cargo run up
  • Rollback all applied migrations
    cargo run down
  • Drop all tables from the database, then reapply all migrations
    cargo run fresh

About

run sea-orm-migrations programmatically

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published