Table that serves to record the different layers configured for the maps layer
Data model

Fields
Field |
Type |
Description |
layer_creationdate* |
DATETIME |
Layer Creation Date |
layer_description |
VARCHAR (255) |
Configuring the Layer Description |
layer_icon* |
VARCHAR (500) |
Url of the icon corresponding to the layer |
layer_id* |
INT |
Table primary key with configured layer ID |
layer_is_active* |
BIT |
A field that allows you to identify whether the layer is in an active or inactive state |
layer_is_deleted* |
BIT |
A field that allows you to identify if the layer is removed from the system |
layer_modifieddate |
DATETIME |
Layer Modification Date |
layer_name* |
VARCHAR (50) |
Name of the configured layer |
Primary Key