Is there the way to create new migration (or migration skeleton, with empty `up` and `down` methods) by CLI command? For example ```bash ley generate --prefix-timestamp add-users-table ``` will create file `1581760315-add-users-table.js`
Is there the way to create new migration (or migration skeleton, with empty
upanddownmethods) by CLI command?For example
will create file
1581760315-add-users-table.js