Specifying varchar[] as a column type doesn't work and results in a syntax error. It is however supported by the most major DBML tool currently available (dbdiagram), and is thus used in many shemas.
Perhaps adding it would be nice?
Never mind, it seems that dbdiagram allows some flexibility over the specification, which states that array types are to be enclosed in quotes, like so "varchar[]".
Specifying
varchar[]
as a column type doesn't work and results in a syntax error. It is however supported by the most major DBML tool currently available (dbdiagram), and is thus used in many shemas. Perhaps adding it would be nice?