Add new packages to the server
sub-project:
yarn add <package>
yarn run migrate:make -- <migration_name>
Example:
yarn run migrate:make -- create_person_table
yarn run migrate:latest
yarn run migrate:rollback
yarn run seed:make
yarn run seed:run
Add new packages to the server
sub-project:
yarn add <package>
yarn run migrate:make -- <migration_name>
Example:
yarn run migrate:make -- create_person_table
yarn run migrate:latest
yarn run migrate:rollback
yarn run seed:make
yarn run seed:run