Skip to content

fathkoc/database-migration-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Migration Library

This PHP library allows you to manage database migrations easily, including creating and rolling back database changes.

Features:

  • Create migrations to alter the database schema.
  • Run and rollback migrations easily using the MigrationRunner.
  • Abstract Migration class for defining up and down methods.

Installation

composer require fathkoc/database-migration-library

About

database-migration-library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages