diff --git a/upgrade.md b/upgrade.md index e4e38079ad2..2c3ddb3e309 100644 --- a/upgrade.md +++ b/upgrade.md @@ -181,6 +181,13 @@ $table = Schema::getTableListing(schema: 'main', schemaQualified: false); The `db:table` and `db:show` commands now output the results of all schemas on MySQL, MariaDB, and SQLite, just like PostgreSQL and SQL Server. + +#### Updated `Blueprint` Constructor Signature + +**Likelihood Of Impact: Very Low** + +The constructor of the `Illuminate\Database\Schema\Blueprint` class now expects an instance of `Illuminate\Database\Connection` as its first argument. + ### Eloquent