How do I add a column to an existing table in FeatureBase Cloud?
Table of contents
Before you begin
Column data types and constraints
Naming standard
FeatureBase identifiers (including object names such as databases, tables and columns) start with a lower-case alphabetic character and can include:
- lower-case alphabetic characters
- numbers 0-9
-
dash
-
and underscore_
characters. - column names can be up to 64 characters in length
Step 1: View all tables
View list in Databases |
---|
Click Databases > database name > Tables. |
Step 2: Add a column to a table
Table columns cannot be edited once created.
- Click the table name.
- Click Columns > Add column.
- Enter a name for the column
- Choose the data type and enter values for the constraints if available.
- Click Add column