Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Table and Column comments are not being migrated to postgresql #54

Closed
rraub opened this issue Mar 19, 2014 · 0 comments
Closed

Table and Column comments are not being migrated to postgresql #54

rraub opened this issue Mar 19, 2014 · 0 comments

Comments

@rraub
Copy link

rraub commented Mar 19, 2014

It looks like this script is not migrating over any of the comments from mysql.
Using the query 'EXPLAIN tablename' only gets the column Name, Type, Nullity, Key, Default, and Extra.
If we were to use 'SHOW FULL COLUMNS FROM tablename' we would also get the Comments for each column (and a few other bits).
There is also the comments on the table itself to be migrated.

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

No branches or pull requests

2 participants