SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
7.37k stars 517 forks source link

does postgres int8 work? #2304

Closed j-mendez closed 3 months ago

j-mendez commented 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?

j-mendez commented 3 months ago

Was a bug on my end (i64) works.

j-mendez commented 3 months ago

Is it possible to use u64 for int8? This would work with extended postgres engines like Supabase.