The Flow of Migrations

In this lesson, we'll learn about the various migration-based commands made available by the Ace CLI and how they interact with our migration files. We'll use these commands to run, rollback, and refresh our migrations against our database.

Published
Feb 24
Duration
8m 28s

Developer, dog lover, and burrito eater. Currently teaching AdonisJS, a fully featured NodeJS framework, and running Adocasts where I post new lessons weekly. Professionally, I work with JavaScript, .Net C#, and SQL Server.

Adocasts

Burlington, KY

Join The Discussion! (2 Comments)

Please sign in or sign up for free to join in on the dicussion.

  1. Commented 25 days ago

    Hello everyone,

    I recently had trouble connecting to my database because I used a password with special characters, specifically: Pa$$word. The special characters needed to be escaped, so I had to write it like this: Pa\$\$word (Note: I didn't try using the password inside strings.)

    Just posting this in case someone else faces the same issue (because I spent too much time looking just for this ^^). Hope it will help someone :)

    1

    Please sign in or sign up for free to reply

    1. Commented 25 days ago

      Thanks for sharing Petzi!! 😊

      0

      Please sign in or sign up for free to reply

Playing Next Lesson In
seconds