Is your feature request related to a problem? Please describe.
All names of the DB migrations are randomly generated and there is no way to add custom empty migration with plain SQL, e.g. for seeding or extensions installation.
Describe the solution you'd like
CLI arguments for nuxt db generate to include name of the migration and flag to create custom migration.
Is your feature request related to a problem? Please describe.
All names of the DB migrations are randomly generated and there is no way to add custom empty migration with plain SQL, e.g. for seeding or extensions installation.
Describe the solution you'd like
CLI arguments for
nuxt db generateto include name of the migration and flag to create custom migration.