person-service 0.2.0

Person Service (MPI) - A healthcare person identification and matching system
1
2
3
4
5
6
7
//! Database schema definitions (SeaORM)
//!
//! This file defines SeaORM entity modules.
//! To regenerate: sea-orm-cli generate entity -o src/db/entity

// SeaORM entities are defined in the models module.
// This module is kept for backward compatibility and re-exports.