You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
===For the following test: DB.Table("migrate_add_drop_columns").Migrator().DropColumn(&MigrateAddDropColumns{}, "NewName")
===Current generated SQL: ALTER TABLE "migrate_add_drop_columns" DROP "new_name"
===Expected SQL: ALTER TABLE "migrate_add_drop_columns" DROP COLUMN "new_name"