Adding columns
- Last Updated: October 27, 2020
- 2 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.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 schema" for details.