Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

migration

Migrating from .NET Core 3.1 to .NET 5 produce compile-time error

April 4, 2024 by Tarik

I installed this Microsoft.Extensions.Configuration.Binder package and the problem solved. The strange thing is that when I was using .net-core3.1 I did not need to install it from Nuget but after updating to .net5 I needed to install this package separately.

Categories migration Tags .net-5, .net-core-3.1, migration Leave a comment

TypeORM CLI: No changes in database schema were found

December 29, 2023 by Tarik

For me this hint helped. Just run npm run build before generating with npm run typeorm — migration:generate -n migration_name the new migration. Somehow an up to date dist folder needs to be present.

Categories migration Tags migration, nestjs, typeorm Leave a comment

Running one specific Laravel migration (single file)

January 18, 2023 by Tarik

Looks like you’re doing it wrong. Migrations were made to be executed by Laravel one by one, in the exact order they were created, so it can keep track of execution and order of execution. That way Laravel will be able to SAFELY rollback a batch of migrations, without risking breaking your database. Giving the … Read more

Categories migration Tags laravel, laravel-4, migration Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa