pub async fn migrate<C>( conn: &C, db_prefix: &str, migrations: &[(&str, &str, &str)], ) -> Result<(), Error>where C: DatabaseExecutor,
Migrates the migration generated by build.rs
build.rs