1 2 3 4 5 6
#[derive(Debug, Clone, sqlx::Type)] #[sqlx(transparent)] pub struct ServerId(String); cala_types::entity_id! { ImportJobId } cala_types::entity_id! { JobId }