class
Illuminate
/
Support
/
Facades
/
Schema
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Schema
Extends
See
- \Illuminate\Database\Schema\Builder
Methods
public
static
connection ( $name ) : Builder
Get a schema builder instance for a connection.
Parameters
- $name string|null
protected
static
getFacadeAccessor ( ) : Builder
Get a schema builder instance for the default connection.