Columns can be added to both existing and new managed tables.
How to add columns to the managed table
There are rules around column names in managed tables. Each column name should:
- Be at least three characters in length.
- Not contain any spaces.
- Not start with a number.
- Contain only letters, numbers or underscores.
Columns in managed tables support 5 data types: Number, Currency, Datetime, Fixed Length Text and True/False.
- Fields with data types of Number, Currency, Datetime and True/False will validate and only accept data that has a matching type (e.g. you can't store a text value in a number column).
- If you are unsure of the data type that is needed, select Fixed Length Text - as this data type can store data in a text format.
1. Open the managed table.
2. Click Add columns.
3. Specify column names and types of data they are supposed to store.
4. Click Add.
- The structure of your managed table will be updated with new columns.
5. Through this view, a few more details can be added such as whether the column can be empty or not, a default value and a description.
6. Click Save (in the top right) to apply your changes.
Comments
0 comments
Please sign in to leave a comment.