Instance Property
columns
A list of one or more column definitions to include in the new table.
var columns: [any SQLExpression]
Discussion
If asQuery is not nil and the dialect supports it, this list is allowed to be empty; in this case, the table’s columns are inferred from the results of the subquery.