the column's name
the column's DBMS's type
the column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or %NULL if column has no default value
the detected column's #GType
tells if the column can be %NULL
tells if the column is part of a primary key
This structure represents a table of view's column, its contents must not be modified.