pub trait Migration: Sync { // Required method fn run(&self, connection: &Connection) -> Result<()>; }