Function run_migrate  
pub async fn run_migrate<M>(
    _: M,
    db: &DatabaseConnection,
    command: Option<MigrateSubcommands>,
    verbose: bool,
) -> Result<(), Box<dyn Error>>where
    M: MigratorTrait,pub async fn run_migrate<M>(
    _: M,
    db: &DatabaseConnection,
    command: Option<MigrateSubcommands>,
    verbose: bool,
) -> Result<(), Box<dyn Error>>where
    M: MigratorTrait,