1use crate as sea_orm; 2use sea_orm::DeriveValueType; 3 4#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, DeriveValueType)] 5pub struct UserId(pub i64);