A row from DuckDB's pragma_table_info table function.
pragma_table_info
@type t() :: %QuackDB.Meta.Column{ cid: integer() | nil, dflt_value: String.t() | nil, name: String.t() | nil, notnull: boolean() | nil, pk: boolean() | nil, type: String.t() | nil }