UD_STATIC_SEGMENT
Description
This table stores static segment definitions.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the static segment. |
| NAME | VARCHAR(255) | The name of the static segment. |
| DESCRIPTION | VARCHAR(255) | The description of the static segment. |
| STATUS | TINYINT(4) | The status of the segment. |
| FILE_PATH | VARCHAR(255) | The file path containing segment data. |
| CREATED_DATE | DATETIME | The date and time when the record was created. |
| CREATED_BY | BIGINT | The user ID who created the record. |
| UPDATED_DATE | DATETIME | The date and time when the record was last updated. |
| UPDATED_BY | BIGINT | The user ID who last updated the record. |