What Are Database Migrations? | Database Migrations in Node

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 39

  • @charlescoulter4513
    @charlescoulter4513 3 роки тому +9

    I love love love the speed at which you talk. All others talk too slowly. Takes forever to get to the point. THANK YOU!

  • @dannylamtoro8447
    @dannylamtoro8447 3 роки тому +21

    watching at 0.5x keep it up

  • @scottscott232
    @scottscott232 3 роки тому +5

    This is absolutely fantastic. Great, lively speed of delivery, and easy to understand, with comprehensible use case scenarios. Many thanks.

  • @piyush9555
    @piyush9555 3 роки тому +4

    Chaim, you are the only one who always helps me in the so deep combinations of things where resources lack. Thanks as always

  • @rohankadam7376
    @rohankadam7376 2 роки тому +1

    I was struggling with migrations in knex, this tutorial really helped me to understand the migrations. Thank you so much !!!

  • @kevinrgt
    @kevinrgt 3 роки тому +20

    When Eminem teaches coding. hahah

  • @SabarivasanSankar
    @SabarivasanSankar Рік тому +1

    dude, you are totally underrated. Even though you are explaining too fast i can understand everything you say😲😳

  • @leandro3710
    @leandro3710 2 роки тому +1

    Even not being a native speaker I could understand everything, nice job!

  • @RanjitSingh-wy4ku
    @RanjitSingh-wy4ku 3 роки тому +12

    nice explanation. I had to check if I was playing it at 1.5x speed :-)
    What could be other alternatives to Knex library?

  • @ashishchourasia2830
    @ashishchourasia2830 3 роки тому +9

    I checked whether I was watching in 2X :P

  • @craigsims808
    @craigsims808 2 роки тому

    Awesome tutorial. Your delivery speed is perfect.

  • @АлексейАлексеевич-ш7ю

    Thank you very much, waiting more videos from you!

  • @iskrabesamrtna
    @iskrabesamrtna 7 місяців тому

    finally! appropriate speedflow.

  • @maheshmurugan5527
    @maheshmurugan5527 2 роки тому

    Thanks for marking this video ..

  • @ehsanShirzadi
    @ehsanShirzadi Рік тому

    This is the first video tutorial, I didn't have to set the speed to 1.5X :D

  • @_slier
    @_slier 2 роки тому

    what is the differences between knex and db-migrate?

  • @william3588
    @william3588 3 роки тому

    With migrations
    What about removing a column from a table?
    Should I remove it on the up and down function?
    exports.up = function (knex) {
    return knex.schema.table('user', (table) => {
    table.dropColumn('fullname');
    });
    };
    exports.down = function (knex) {
    knex.schema.table('user', (table) => {
    table.dropColumn('fullname');
    });
    };

    • @CodingWithChaim
      @CodingWithChaim  3 роки тому

      Great question! You want the down to do the opposite of the up, so if the up is removing the column, I would make the down add it back. I like to think of it as an undo.

  • @benrogers5736
    @benrogers5736 2 роки тому

    Great video, thanks

  • @ibadshaikh2215
    @ibadshaikh2215 3 роки тому +2

    By default 1.5x

  • @EricCRO
    @EricCRO 3 роки тому

    Wow this video is great!

  • @supernenechi
    @supernenechi 2 роки тому +1

    I actually had to check if I was playing at 1.5x speed. Man, you speak quickly. Otherwise good video

  • @asdiasx
    @asdiasx 2 роки тому

    Great contents! But too fast for non natives english speakers like me... 😐

  • @fredianriko5648
    @fredianriko5648 2 роки тому

    thank you ben saphiro

  • @evanilsonp.8183
    @evanilsonp.8183 8 місяців тому

    Jesus you talk so fast. But i understand well haha thsnks man your video was good

  • @ruslan762
    @ruslan762 3 роки тому

    Nice explanation but it seems like this guy was working on Texas auctions in the past )))

  • @TheNepalikhukuri
    @TheNepalikhukuri 3 роки тому +1

    semi bald eminem is lit, thank you 😀

  • @zZHuuZz
    @zZHuuZz 5 місяців тому

    bro is speaking eminem

  • @igorordecha
    @igorordecha 2 роки тому

    Had to watch at 1.5x speed. You're not even talking at rap god's fast verse-like speed. If i was subscribed I would unsubscribe rn.
    /s

  • @AsishSharma-gi8tb
    @AsishSharma-gi8tb 3 місяці тому

    You are too fast...

  • @sharexyubeus736
    @sharexyubeus736 3 роки тому +1

    jewish ?