class
Illuminate
/
Database
/
Schema
/
PostgresSchemaState
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
PostgresSchemaState
Extends
Methods
public
dump ( Connection $connection , $path ) : void
Dump the database's schema into a file.
Parameters
- $connection Connection
- $path string
public
load ( $path ) : void
Load the given schema file into the database.
Parameters
- $path string
protected
baseDumpCommand ( ) : string
Get the base dump command arguments for PostgreSQL as a string.
protected
baseVariables ( array $config ) : array
Get the base variables for a dump / load command.
Parameters
- $config array