Description
- Drop not null column from db
- Run dbImport
- This log appears:
[INFO] Drop Column team_daily_standings.LOSSES_LAST_10_GAMES [INFO] Drop Column team_daily_standings.WINS_LAST_10_GAMES [INFO] Drop Column team_daily_standings.TIES_LAST_10_GAMES [INFO] Drop Column team_daily_standings.OT_LOSSES_LAST_10_GAMES ... [INFO] Set Allow Null team_daily_standings.LOSSES_LAST_10_GAMES [INFO] Set Allow Null team_daily_standings.WINS_LAST_10_GAMES [INFO] Set Allow Null team_daily_standings.TIES_LAST_10_GAMES [INFO] Set Allow Null team_daily_standings.OT_LOSSES_LAST_10_GAMES
Token to allow null was created but will never used because this column was dropped before.