class Illuminate / Database / Schema / PostgresSchemaState

PostgresSchemaState

Extends

Methods

public

dump ( Connection $connection , $path ) : void

Dump the database's schema into a file.

Parameters

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