Skip to content

Alter table not using correct table name in Schema::table(). #32

@IndexZer0

Description

@IndexZer0

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').

Screenshot 2020-03-04 at 15 27 56

Screenshot 2020-03-04 at 15 28 05

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions