You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicfunctionup(MigrationBuilder$b): void
{
$b->execute('... sql from UP file ...');
}
publicfunctiondown(MigrationBuilder$b): void
{
$b->execute('... sql from DOWN file ...');
}
The text was updated successfully, but these errors were encountered:
This is can be useful for creating migration based on SQL from vendor packages in application
Example of command:
Result may be so:
The text was updated successfully, but these errors were encountered: