sqbjs/sqb

Does array field supported on postgresql ?

Closed this issue · 1 comments

@Column({fieldName: 'slot_ids',dataType:DataType.GUID})
slotIds?: string[];

Error: column "slot_ids" is of type uuid[] but expression is of type text[]
Version "@sqb/postgres": "^4.0.1-beta.5",

Implemented