Closed j-mendez closed 3 months ago
I tried to use i32, Json, and Vec<Json> etc. Not sure if int8 works. Do I need to change my column to an array int4?
i32
Json
Vec<Json>
Was a bug on my end (i64) works.
Is it possible to use u64 for int8? This would work with extended postgres engines like Supabase.
u64
int8
I tried to use
i32
,Json
, andVec<Json>
etc. Not sure if int8 works. Do I need to change my column to an array int4?