jeyraof / bails-migrate

Simple migration tool like rails migrate (w/ mysql client)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bails Migrate

Super simple migartion tool for managing toyproject's schema.

Usage

# Initialize migration
# - Create database
# - Create table for storing migration status
./init_migrate

# Generate migration file
./generate_migration

# Show migration status
./show_migration_status

# Migrate version that not yet migrated
./migrate

About

Simple migration tool like rails migrate (w/ mysql client)


Languages

Language:Shell 100.0%