Instance Method
column(table:column:)
Specify a column qualified with a table name to be part of the result set of the query.
@discardableResult func column(table: String, column: String) -> Self
Discussion
This method is deprecated. Use init(_:table:) or init(_:table:) instead.