class
Illuminate
/
Database
/
Console
/
Migrations
/
TableGuesser
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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