SynthesizedColumn
data class SynthesizedColumn(val table: PsiElement, val acceptableValues: List<String>, val nullable: Boolean = false)
These aren't considered part of the exposed query (ie performing a SELECT * does not return the column in the result set) but they can be explicitly referenced.