Analogue of command db-migrate create
but file up.sql
will be open.
ctrl+shift+p -> find command Create Migration
-> enter
CreateMigration.LazyMode
checkbox is set in the extension settings, the command is executed after the migration files are createddb-migrate up
.CreateMigration.driver
mysql, pgCreateMigration.dataBase
name your dataBaseCreateMigration.host
host your dataBaseCreateMigration.user
user your dataBaseCreateMigration.password
password your dataBaseCreateMigration.prefixTask
prefix before task