Closed koistya closed 2 years ago
db
NOTE: Chaning file extensions of the migration files (from .js to .ts in this case), requires updating the existing records in the migration db table:
.js
.ts
migration
db
project migrations, seeds, and knexfile to TypeScript for better static code checkingNOTE: Chaning file extensions of the migration files (from
.js
to.ts
in this case), requires updating the existing records in themigration
db table: