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

TableGuesser

Constants

public

CREATE_PATTERNS

Default: array
public

CHANGE_PATTERNS

Default: array

Methods

public static

guess ( $migration ) : array

Attempt to guess the table name and "creation" status of the given migration.

Parameters

  • $migration string