Does array field supported on postgresql ?
Closed this issue · 1 comments
mutavci commented
@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",
erayhanoglu commented
Implemented