diff --git a/supabase-wrappers/src/interface.rs b/supabase-wrappers/src/interface.rs
index add2a6eb..af6ca207 100644
--- a/supabase-wrappers/src/interface.rs
+++ b/supabase-wrappers/src/interface.rs
@@ -6,6 +6,7 @@ use crate::FdwRoutine;
use pgrx::pg_sys::panic::ErrorReport;
use pgrx::prelude::{Date, Timestamp, TimestampWithTimeZone};
use pgrx::{
+ datum::Uuid,
fcinfo,
pg_sys::{self, BuiltinOid, Datum, Oid},
AllocatedByRust, AnyNumeric, FromDatum, IntoDatum, JsonB, PgBuiltInOids, PgOid,
@@ -47,6 +48,7 @@ pub enum Cell {
Timestamp(Timestamp),
Timestamptz(TimestampWithTimeZone),
Json(JsonB),
+ Uuid(Uuid),
BoolArray(Vec