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
Is there an option when importing from a mysql database to preserve index names? Right now the indexes all get renamed to be prefixed with idx_#####_. I need the index names to remain the same because my ORM expects them in a specific format.