You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 append the database name along with table name in migration script?"
For example, I am going to compare Database A and Database B.
Require output is:
ALTER TABLE A.TABLE_NAME *******
CREATE TABLE B.TABLE_NAME (*******)
Please help me with this. Thanks, in advance.
Have you been able to run this tool at all? I am struggling with it. when I try to execute php-mysql-diff it doesn't recognize it. The documentation does not offer much information about its usage at all!
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 append the database name along with table name in migration script?"
For example, I am going to compare Database A and Database B.
Require output is:
ALTER TABLE A.TABLE_NAME *******
CREATE TABLE B.TABLE_NAME (*******)
Please help me with this. Thanks, in advance.
The text was updated successfully, but these errors were encountered: