sea-orm-sync 2.0.0-rc.38

🐚 The sync version of SeaORM
Documentation
1
2
3
4
5
use crate as sea_orm;
use sea_orm::DeriveValueType;

#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, DeriveValueType)]
pub struct UserId(pub i64);