2017 © Pedro Peláez
 

library mysql-tables

Dbmover plugin to modify existing tables in MySQL

image

dbmover/mysql-tables

Dbmover plugin to modify existing tables in MySQL

  • Monday, April 17, 2017
  • by monomelodies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

Dbmover\MysqlTables

MySQL-specific plugin for table migrations., (*1)

Installation

composer require dbmover/mysql-tables
This package is part of the `dbmover/mysql` metapackage, so you likely don't
need to install it manually.

Usage

See dbmover/core., (*2)

Caveats/notes

Inline foreign key definitions aren't supported (yet). Use separate ALTER TABLE statements instead., (*3)

Inline index definition support is also sketchy. For now, prefer to explicitly define your indexes (CREATE INDEX ...). If you can't be bothered to type names for all your indexes, check out the dbmover/force-named-indexes plugin., (*4)

Todo

Support storage engine and collation mutations., (*5)

Contributing

See dbmover/core., (*6)

The Versions

17/04 2017

dev-master

9999999-dev

Dbmover plugin to modify existing tables in MySQL

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

17/04 2017

0.2.0

0.2.0.0

Dbmover plugin to modify existing tables in MySQL

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

16/04 2017

0.1.1

0.1.1.0

Dbmover plugin to modify existing tables in MySQL

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.1.0

0.1.0.0

Dbmover plugin to modify existing tables in MySQL

  Sources   Download

MIT

by Marijn Ophorst