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
11.26.0
8.3
1.8.0
sqlite
Change $indexes[0]['type'] to reset($indexes)['type'] to fix it at src/Database/Schema/SchemaManager.php#L77
Create table in sqlite database with many indexes, and id-key not the first one. And create bread for this table from /admin/bread/ url
Creating bread without errors
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Laravel version
11.26.0
PHP version
8.3
Voyager version
1.8.0
Database
sqlite
Description
Change $indexes[0]['type'] to reset($indexes)['type'] to fix it
at src/Database/Schema/SchemaManager.php#L77
Steps to reproduce
Create table in sqlite database with many indexes, and id-key not the first one. And create bread for this table from /admin/bread/ url
Expected behavior
Creating bread without errors
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: