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
Hi,
->unique() not added to migration.
->unique()
Using MySQL Workbench 6.3.10 and latest version of plugin
The text was updated successfully, but these errors were encountered:
@wemersonrv That's true because indexes are treated separately by adding:
$table->unique(["unique_column"], 'unique_column_UNIQUE');
Sorry, something went wrong.
VeeeneX
No branches or pull requests
Hi,
->unique()
not added to migration.Using MySQL Workbench 6.3.10 and latest version of plugin
The text was updated successfully, but these errors were encountered: