class
Illuminate
/
Database
/
Schema
/
SqliteSchemaState
SqliteSchemaState
Extends
Methods
public
dump ( Connection $connection , $path ) : void
Dump the database's schema into a file.
Parameters
- $connection Connection
- $path string
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