The fully qualified column name, potentially including a relationshipPrefix.
This is the name that should be used in filters (e.g., eq(PostsColumn.userId, 1)
might translate to a filter on 'user_id' or 'posts.user_id' or 'author.id'
depending on context and prefix).