We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In case of used prefix database. When you run migrate, If use look at key name in indexs and foreign key. It has no prefix in key_name or name.
indexs
foreign key
key_name
name
It will be a problem when you use same table structure in same database with not same prefix.
It should have prefix in key_name and name.
The text was updated successfully, but these errors were encountered:
looks like a duplication of #7889 @ThunderBirdsX3 I think you can manually provide index name to avoid the problem for now
Sorry, something went wrong.
No branches or pull requests
Description:
In case of used prefix database.
When you run migrate, If use look at key name in
indexs
andforeign key
. It has no prefix inkey_name
orname
.It will be a problem when you use same table structure in same database with not same prefix.
Steps To Reproduce:
It should have prefix in
key_name
andname
.The text was updated successfully, but these errors were encountered: