Skip to main content Link Menu Expand (external link) Document Search Copy Copied

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.

  1. Click the table name.
  2. Click Columns > Add column.
  3. Enter a name for the column
  4. Choose the data type and enter values for the constraints if available.
  5. Click Add column

Further information