pub async fn init_platform_schema( platform_name: &str, platform_id: i64, version: i64, db_manager: &DatabaseManager, ) -> Result<(), Error>