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

Table transform only happens for foreign keys and indices #23

Open
Xaraxia opened this issue May 23, 2017 · 1 comment
Open

Table transform only happens for foreign keys and indices #23

Xaraxia opened this issue May 23, 2017 · 1 comment

Comments

@Xaraxia
Copy link

Xaraxia commented May 23, 2017

The actual tables are migrating with the same name. Thus for the following csv:
CUSTOMER,Customer,False

The files are turning up in MySQL (from Oracle) as 'CUSTOMER' but then it tries to add indices and FKs to Customer and falls down in a heap.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@seanharr11
Copy link
Owner

@Xaraxia Is this related to issue #22 ? It just sounds like we aren't using the Table Transform logic when generating the schema. Are you able to throw a quick fix in there to remedy this? If not, let me know and I'll hack on it sometime this week.

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