I have a subjects array column in my table, and when I tried to export types I got `subjects: any // type unknown;` instead of e.g. `subjects: string[]`
I have a subjects array column in my table, and when I tried to export types I got
subjects: any // type unknown;instead of e.g.subjects: string[]