columns
The columns method returns all of a Table's column definitions, as a list of Column objects.
Syntax
Parameters
This method takes no arguments.
Returns
A list of all of the Table's column definitions.
Example
Here, we create a table and a time table, and print their lists of column definitions with two calls to table.columns.