visuddhinanda 80a6a0e9d5 索引DROP INDEX加 IF EXISTS пре 4 година
..
go 9814a37bf6 :bug: 错误的资源名称 пре 4 година
migrations db4c8d7154 迁移文件夹更名 пре 4 година
postgresql 80a6a0e9d5 索引DROP INDEX加 IF EXISTS пре 4 година
sqlite 80a6a0e9d5 索引DROP INDEX加 IF EXISTS пре 4 година
.env 393741a04d :construction: using db migrations пре 5 година
README.md 6258c0b1dd :pencil: add generate & create-db demo пре 5 година
create-database.png 6258c0b1dd :pencil: add generate & create-db demo пре 5 година
generate.png 6258c0b1dd :pencil: add generate & create-db demo пре 5 година

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