Skip to content

m0002_add_password_column.php needs DROP COLUMN #16

Description

@DevDisco

The down method now executes this SQL:
"ALTER TABLE users ADD COLUMN password VARCHAR(512) NOT NULL"

Should be:
"ALTER TABLE users DROP COLUMN password"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions