I thought I figured it out when I disabled AutomaticMigrations.
I Update-Database then Add new column name to DAL class.
Then execute Add-Migration
But I am caught in a loop of nonsense.
I execute Update-Database and am treated to ... Applying explicit migrations: [a list of the current migrations].
then this line for each migration. Applying explicit migration: [id]
Then it warning me that the model is NOT up to date. So I execute Add-Migration and get the error... Unable to generate an explicit migration because the following explicit migrations are pending: [the same list I just saw applied]
WTF?