Back to Nocobase

Collection Fields

docs/docs/en/data-sources/data-modeling/collection-fields/index.md

2.0.591.1 KB
Original Source

Collection Fields

Interface Types of Fields

NocoBase classifies fields into the following categories from the Interface perspective:

Field Data Types

Each Field Interface has a default data type. For instance, for fields with the Interface as a Number, the default data type is double, but it can also be float, decimal, etc. The data types currently supported are:

Field Type Mapping

The process for adding new fields to the main database is as follows:

  1. Select the Interface type
  2. Configure the optional data type for the current Interface

The process for field mapping from external data sources is:

  1. Automatically map the corresponding data type (Field type) and UI type (Field Interface) based on the field type of the external database.
  2. Modify to a more suitable data type and Interface type as needed