class TableGuesser

Constants

CREATE_PATTERNS

CHANGE_PATTERNS

Methods

static array|null
guess(string $migration)

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

Details

at line 24
static array|null guess(string $migration)

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

Parameters

string $migration

Return Value

array|null