add_columns_documents¶ Add columns to the documents table in the DuckDB database. Parameters¶ database (str) schema (str) columns (list[str] | str) dtypes (dict) – defaults to None config (dict) – defaults to None