Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this possible to append database name along with table name in migration script? #37

Open
pramodfliplearn opened this issue Aug 14, 2020 · 1 comment

Comments

@pramodfliplearn
Copy link

pramodfliplearn commented Aug 14, 2020

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.

@bimix
Copy link

bimix commented Sep 20, 2021

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.

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants