migration

command module
v0.0.0-...-738a8d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 9 Imported by: 0

README

Hoteler的数据库迁移

Hoteler的数据库迁移模块基于migrate

使用

升级

go build -o migrate migration.go && ./migrate(?.exe) up

降级

go build -o migrate migration.go && ./migrate(?.exe) down

修复

go build -o migrate migration.go && ./migrate(?.exe) force

新建数据库迁移脚本

go build -o migrate migration.go && ./migrate(?.exe) create sql-file-name

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
url
* The MIT License (MIT)
* The MIT License (MIT)
pkg
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL