- knex migrate:make users: creates a migration file to work with
- knex migrate:latest: migrates the migraton.js files
- knex migrate:rollback: rollsback last migration
- seed:make 01_users creates a seed file for querying the database
- knex seed:run: runs the seed and executes the query
- This command was used to restart all data of our tables TRUNCATE users RESTART IDENTITY CASCADE;
-
Notifications
You must be signed in to change notification settings - Fork 1
upc-projects/ProjectionDBExpress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published