visuddhinanda 32561678dd 建立 table article_lists #443 hace 4 años
..
migrations 32561678dd 建立 table article_lists #443 hace 4 años
.env 393741a04d :construction: using db migrations hace 4 años
README.md 6258c0b1dd :pencil: add generate & create-db demo hace 4 años
create-database.png 6258c0b1dd :pencil: add generate & create-db demo hace 4 años
generate.png 6258c0b1dd :pencil: add generate & create-db demo hace 4 años

README.md

USAGE

create database


bash source .env

Generate a new migration with the given name

diesel migration generate NAME

Runs all pending migrations

diesel migration run

Reverts the latest run migration

diesel migration revert

Lists all available migrations

diesel migration list ```

generate