class Illuminate / Database / Console / Migrations / TableGuesser

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