Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="updated-blueprint-constructor-signature"></a>
#### 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.

<a name="eloquent"></a>
### Eloquent

Expand Down