Schema

 class Winter\Storm\Support\Facades\Schema
extends Winter\Storm\Support\Facade

Extends

Class Description
Facade

Facade base class Adds the ability to define a fallback instance.

Properties

protected static $cached : bool

Indicates if the resolved facade should be cached.

Methods

public static connection (string $name) : Illuminate\Database\Schema\Builder

Get a schema builder instance for a connection.

Parameters
Property Description
$name
string
Returns
Illuminate\Database\Schema\Builder

protected static getFacadeAccessor () : string

Get a schema builder instance for the default connection.

Returns
string
Copyright © 2024 Winter CMS