Wednesday, 1 April 2020

Knex.js recommended seed naming?

I'm currently learning Knex.js and am wondering what kind of "best practice" you have to name seeds?I know this is very opinionated and not really important - but I'm wondering what you guys use/do?I currently have two tables, users and todos where todos has a foreign key to users.The migration file is named `create_tables`.

Submitted April 01, 2020 at 11:24AM by Tanckom

No comments:

Post a Comment