pub fn array(element_type: Type) -> Type
Returns a Type representing ARRAY<t> (GoogleSQL) or t[] (PostgreSQL).
Type
ARRAY<t>
t[]