Adding Columns
- Last Updated: February 6, 2020
- 2 minute read
- DataDirect Connectors
- JDBC
- MongoDB 6.0
- Documentation
When you add a column to a table, you are mapping the field of the native
data source to your relational schema. The functionality described here is intended to be
used when you want to map a field that does not appear in your relational schema. (It should
not be used for duplicating or renaming a column that is already present in your schema.)
Take the following steps to add a new column to your schema.
Note: You can
map or add objects, including columns, to your relational schema in other ways. See Mapping Native Objects in a Schema for details.