pub async fn write_to_schema_file( content: String, migrations_folder: String, schema_file: String, ) -> Result<()>