pub async fn create_platform( pool: &Pool<MySql>, name: &str, description: Option<&str>, ) -> Result<Platform, Error>