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

MySQL: Add support for dropping keys #4489

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

hfhbd
Copy link
Collaborator

@hfhbd hfhbd commented Aug 4, 2023

Fixes #4487

}
}

private fun SqlColumnName.getColumnDefOrNull(): SqlColumnDef? {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be moved to sql-psi to allow reusing getting the columnDef and its foreign status in other dialects too, will do it in another PR.

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

Successfully merging this pull request may close these issues.

Dropping Foreign Keys is Unsupported
1 participant