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 () {
}
when you refresh the table then required down method because when you revert changes then down method use so more info view documents