Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 358 Bytes

sql-migration.md

File metadata and controls

22 lines (12 loc) · 358 Bytes

lara-asp-migrator:sql-migration

Create a new SQL Migration file.

Usages

  • artisan lara-asp-migrator:sql-migration [--path [PATH]] [--] <name>
  • artisan make:sql-migration

Arguments

name

The name of the migration.

Options

--path=

The path where the file should be created.