visuddhinanda 775a9933b5 单词表迁移 4 年之前
..
postgresql 775a9933b5 单词表迁移 4 年之前
sqlite 80a6a0e9d5 索引DROP INDEX加 IF EXISTS 4 年之前
.env 393741a04d :construction: using db migrations 4 年之前
README.md 6258c0b1dd :pencil: add generate & create-db demo 4 年之前
create-database.png 6258c0b1dd :pencil: add generate & create-db demo 4 年之前
generate.png 6258c0b1dd :pencil: add generate & create-db demo 4 年之前

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