php-mysql-diff
php-mysql-diff copied to clipboard
MySQL Schema Diff - Comparison / Migration Script Generation
I have followed the instruction to install it but when trying to run it, it says that it doesn't recognize the command: `'php-mysql-diff' is not recognized as an internal or...
Hi Team, I am using php-mysql-diff tool and this is really helpful for me and all other's. But, I am stuck in one place that is "Is this possible to...
Upgrade symfony/console to ^4.0. Does no harm and is more current with integrations using Mailer and Twig
https://github.com/camcima/php-mysql-diff/blob/a12f9648b9948827800dad41c62616088e4dcd10/src/RegExpPattern.php#L38 Because you replace comments with base64. Read RFC 2045. '/' is 63 symbol in Base64.
I guess nobody is maintaining this repository anymore but I thought I would mention this bug and how to (probably) fix it. When I run the script I sometimes end...
php-mysql-diff is locked at an old version of symfony/console This lock makes it incompatible with current versions of software such as phpstan/phpstan for example. Also, the version of phpunit is...
I have tested some formated sql scripts and after formated your regex not recognize some columns: for example this is not recognized: ``quantity` decimal(11, 2) unsigned NOT NULL DEFAULT '0.00',`...
When I reformat my query in PHPStorm regex for tables not work. Tested at regex101.com will show me "Catastrophic backtracking has been detected and the execution of your expression has...
I found that using SHOW CREATE TABLE 'xxx' is different result. I have mariadb on development and mysql on production. Problem is for example DEFAULT, one is DEFAULT 0 and...