FFS_CML_COLUMN_UPLOAD

Stores info about user data for custom map layers.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Columns

Name Datatype Length Precision Not-null Comments
LAYER_ID NUMBER 10 Yes Layer identifier from custom map layer table.
NAME VARCHAR2 120 Yes Name of property in user JSON DATA; based on shapefile.
TYPE VARCHAR2 120 Yes Type of property in user JSON DATA; based on shapefile.
LABEL VARCHAR2 255 User provided description for column.
IS_UNIQUE NUMBER 1 Data Unique For Property In User Json Data.
IS_TOOLTIP NUMBER 1 Tooltip Column For Custom Layer.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FFS_CML_COLUMN_UPLOAD_U1 Unique DATA LAYER_ID, NAME