Last updated
Was this helpful?
Last updated
Was this helpful?
Update your package.json
:
Examples:
Sticks to the knex function names createTable
and alterTable
Avoid an "init
" file.
Avoid an "init" file.
For example, do not have a: 20190424135724_init.js
Instead just do: 20190424135724_create_entries.js
This explains what the file does.
Tables should be plural
Fields should be in camelCase
Exception relational id, for example: entryID
Follows for local variables
Also see