diff --git a/src/core/db/postgres_db.rs b/src/core/db/postgres_db.rs index 0b307af..049a354 100644 --- a/src/core/db/postgres_db.rs +++ b/src/core/db/postgres_db.rs @@ -71,7 +71,7 @@ pub struct FileIdentityRecord { #[derive(Debug, Clone, Serialize, Deserialize, sqlx::FromRow)] pub struct IdentityDetailRecord { - pub id: i32, + pub id: i64, pub uuid: String, pub name: String, pub identity_type: Option,