ColumnType<Date, string, never>
interface MyTable { myColumn: Array<string>, // or this could just be "object" for JSON}