Is it possible to mention type of jsonb
I am generating types with
I have two columns
supabase gen types typescript is it possible to mention whether the jsonb columns will be an array or an object.I have two columns
accounts with be an array of objects and metadata which will be an object.