class Illuminate / Database / Schema / SqliteSchemaState
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

SqliteSchemaState

Extends

Methods

public

dump ( Connection $connection , $path ) : void

Dump the database's schema into a file.

Parameters

protected

appendMigrationData ( string $path ) : void

Append the migration data to the schema dump.

Parameters

  • $path string
public

load ( $path ) : void

Load the given schema file into the database.

Parameters

  • $path string
protected

baseCommand ( ) : string

Get the base sqlite command arguments as a string.

protected

baseVariables ( array $config ) : array

Get the base variables for a dump / load command.

Parameters

  • $config array