cli
cli copied to clipboard
Feature: Make timestamp optional
What you are doing?
sequelize model:generate --attributes as --name modelName --attributes firstName:string
What do you expect to happen?
I would like to make the timestamp optional because for some tables, there is no need of that.
What is actually happening?
Right now its adding createdAt and updatedAt in every migration file of creating table
There should be a flag something like this
sequelize model:generate --name modelName --attributes firstName:string --timestamp false
which will skip the timestamp
@sushantdhiman can you please review this PR #665
@papb can you please have a look on this issue, PR of this is here https://github.com/sequelize/cli/pull/665
Hello, I am super time constrained right now, can you please ping me again in another week or so?