piccolo-orm/piccolo

Add `array_columns` to `Table._meta`

Closed this issue · 0 comments

We currently have attributes such as:

MyTable._meta.foreign_key_columns

To quickly access all ForeignKey columns on a table.

We should add something similar to Array columns - it will be useful for Piccolo API and Piccolo Admin.