visuddhinanda e456b09d71 DROP EXTENSION "unaccent"; 4 年之前
..
postgresql e456b09d71 DROP EXTENSION "unaccent"; 4 年之前
sqlite fd829c1f6d :tada: move to laravel 4 年之前
README.md fd829c1f6d :tada: move to laravel 4 年之前
create-database.png fd829c1f6d :tada: move to laravel 4 年之前
generate.png fd829c1f6d :tada: move to laravel 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