It seems postgres arrays are supported knex #226. Is there syntax for a migration beyond raw sql? The schema building docs don't mention it.
Presumably using raw sql using the postgres array docs would be:
table.specificType('arrayfield', 'text[]')
But is there something like:
table.string('arrayfield').array()
table.specificType('arrayfield', 'text[]')
supposed to be? Doesn't look like valid SQL. – Erwin Brandstetter 19 hours ago