jimthedev / seedquelize

Seed your database with Sequelize
3 stars 1 forks source link

Proposition: "force" column value #2

Open tyler-dot-earth opened 7 years ago

tyler-dot-earth commented 7 years ago

I am trying to use Seedquelize to create specific data -- including specific updated_at provided by the seed data. Right now it seems that updated_at is set to whenever the seed data is created.

I propose we introduce an option to "force" column values.

Thoughts on this concept @jimthedev? Might fork and tinker, but figured I'd give your thoughts before I did too much.

jimthedev commented 7 years ago

That'd be a great PR. I'd merge it!