-1

Less of a question and more of an answer. Using AdonisJS and I got this after running: adonis migration:refresh

The issue was that I didn't have the down method defined.

down () {

}

Marc Raaz
  • 39
  • 2

1 Answers1

1

when you refresh the table then required down method because when you revert changes then down method use so more info view documents

Amit Kadivar
  • 798
  • 4
  • 12