2017 © Pedro Peláez
 

library mysql-triggers

Dbmover plugin for MySQL-specific trigger (re)creation

image

dbmover/mysql-triggers

Dbmover plugin for MySQL-specific trigger (re)creation

  • Wednesday, April 26, 2017
  • by monomelodies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

Dbmover\MysqlTriggers

MySQL-specific DbMover plugin to drop and recreate all triggers., (*1)

Installation

composer require dbmover/mysql-triggers
This package is part of the `dbmover/mysql` meta-package.

Usage

See dbmover/core., (*2)

Caveats

Like with procedures, there is no need to explicitly add delimiters in your schema (as you might have done previously for ease of copy/pasting). Just write your triggers as follows:, (*3)

CREATE TRIGGER name AFTER [OPERATION] ON table FOR EACH ROW
BEGIN
    -- SQL...
END;

Contributing

See dbmover/core., (*4)

The Versions

26/04 2017

dev-master

9999999-dev

Dbmover plugin for MySQL-specific trigger (re)creation

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

26/04 2017

0.6.3

0.6.3.0

Dbmover plugin for MySQL-specific trigger (re)creation

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

16/04 2017

0.6.2

0.6.2.0

Dbmover plugin for MySQL-specific trigger (re)creation

  Sources   Download

MIT

The Requires

 

by Marijn Ophorst

15/04 2017

0.6.1

0.6.1.0

Dbmover plugin for MySQL-specific trigger (re)creation

  Sources   Download

MIT

by Marijn Ophorst

08/04 2017

0.6.0

0.6.0.0

Dbmover plugin for MySQL-specific trigger (re)creation

  Sources   Download

MIT

by Marijn Ophorst