pub type MigrationDown = fn(&MigrationContext) -> Result<()>;
A single down migration step (for rollback).