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

Calls to $table->index() from migrations generate error #40

Open
jonphipps opened this issue Apr 5, 2012 · 0 comments
Open

Calls to $table->index() from migrations generate error #40

jonphipps opened this issue Apr 5, 2012 · 0 comments

Comments

@jonphipps
Copy link

The version of https://github.com/UserScape/Laravel-Bundles/blob/master/laravel/database/schema/table.php included in the code requires an index name that isn't provided by the migrations calls to the $table->index() method.

Probably not the best way to handle it, but I replaced the table.php file with the 3.1 version of the file and that solved the problem, since the 3.1 method makes index name optional.

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

No branches or pull requests

1 participant