Getting Started
Adding Columns
Columns define data types, and support validations and transformations.
You can add a column in two different ways:
- Through the UI in your account.
- Directly in code.
For developers, adding columns in code will be faster. You can add columns in code using the addColumn
function.
addColumn
Important: Because each column type has different options, you should
refer to the documentation for a specific column type to understand how to use
addColumn
. For example, see the String Column documentation
.