Skip to content

Add \Illuminate\Database\Schema\Blueprint changed constructor signature description #10296

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

Merged
merged 2 commits into from
Apr 1, 2025

Conversation

restuff
Copy link
Contributor

@restuff restuff commented Apr 1, 2025

laravel/framework#51821 introduced \Illuminate\Database\Schema\Blueprint public constructor change. Although a rare scenario, this class can be used in application-level code to write DB type-agnostic code to get string representation of SQL DDL command (i.e. SQL command to add a comment to table), which later can be executed via \Illuminate\Database\Connection::unprepared().

@taylorotwell taylorotwell merged commit d8ade08 into laravel:12.x Apr 1, 2025
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.

2 participants