The DDColumn table contains one entry for each column within each table from the DDTable table, which is a set of columns in all tables created by Script Manager executions. This is a public table.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| ddtableid | integer | not null | ID from the DDTable table for the table which contains this column. |
| ddcolumnname | varchar(32) | not null | The column name for this column within the table. |
| ddcolumntype | varchar(32) | not null | The datatype for this column as it was created (i.e. - in the native syntax). |
| ddcolumnnote | varchar(255) | with null | The optional user-defined note. |
Product Name: Data Transformer
Table Type: Table