Discover the FASTEST Way to Implement Sequelize Migrations Today

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 16

  • @clickadelic7681
    @clickadelic7681 ปีที่แล้ว +1

    Thank you so much for this video - It covered some things which were unclear to me. Also love the fact, that you're putting the cli commands in package.json :) - subbed.

    • @alexrusin
      @alexrusin  ปีที่แล้ว

      Glad it was helpful!

  • @tomtomsiesie5436
    @tomtomsiesie5436 ปีที่แล้ว +1

    Amazing tutorial, great explanation and also really appreciated thst you cover dev topics like e. g. not committing the env file

    • @alexrusin
      @alexrusin  ปีที่แล้ว

      Glad it was helpful!

  • @WatchParty1
    @WatchParty1 ปีที่แล้ว +2

    Nice tutorial. I see you reduced the recording area to only have the relevant part instead of your whole screen. Nice change. It's much easier to read and follow along.

    • @alexrusin
      @alexrusin  ปีที่แล้ว +1

      Yes, you are right!

  • @SuatBayrak-n1r
    @SuatBayrak-n1r 5 หลายเดือนก่อน +1

    Thank you for the video. I got a question, what to do with migration files ? it might get huge by time. Do we just commit them and have it in the repo ?

    • @alexrusin
      @alexrusin  5 หลายเดือนก่อน

      You are welcome. Yep, just keep then in them in the repository. For long running project there will be a lot of them. For one of our projects we have about 150 of them. They don't present any problem.

  • @kenkaneki669
    @kenkaneki669 ปีที่แล้ว +1

    Fantastic tutorial, keep up the good work. I have one question and it might be stupid, how did you that there is a field called migrationStorageTableName ??

    • @alexrusin
      @alexrusin  ปีที่แล้ว

      It is in the documentation sequelize.org/docs/v6/other-topics/migrations/#migration-storage

  • @alpachino468
    @alpachino468 ปีที่แล้ว +1

    Is there a follow-up vid to this?

    • @alexrusin
      @alexrusin  ปีที่แล้ว

      Yes, here is a video on more advanced Sequelize migrations th-cam.com/video/OijsHjjRH5A/w-d-xo.html

  • @rockon7478
    @rockon7478 ปีที่แล้ว +1

    thanks

    • @alexrusin
      @alexrusin  ปีที่แล้ว

      You're welcome!

  • @SuatBayrak-n1r
    @SuatBayrak-n1r 5 หลายเดือนก่อน +1

    Thank you for the video. I got a question, what to do with migration files ? because it might get huge by time. Do we just commit them and have it in the repo ?

    • @alexrusin
      @alexrusin  5 หลายเดือนก่อน

      Yep.