Hi, you recently made interactive-make work with laravel 6.
Seems that the generated migration file is incorrect for an alter table scenario.
I'm expecting the first parameter of Schema::table() to be 'table_name' - instead its the name of migration file ('alter_table_name_table_add_x_column').


P.S - if you do take a look at this... could you also see if this package works with laravel 7 which was release this past week? We haven't upgraded ourself yet but probably will soon.