Location Classification Schema
- File Name:
locationclassification.parquet - Type: Full
- Schema Version: 01.00
- Last Updated: 2026-02-25
Description
Contains reference data for location classifications (e.g., Premium, Standard, Key Account), used to categorize and segment outlets.
Fields
📋 Includes Common Fields: Client Information, Audit Fields
| Column Name | Data Type | Description |
|---|---|---|
| ClassificationId | int | Unique identifier for the location classification |
| ClassificationName | varchar | Name of the classification |
| Code | varchar | Classification code |
| ExternalLocationClassificationCode | varchar | External system classification code |
| CreatedOn | datetime | Record creation timestamp |
| ModifiedOn | datetime | Record modification timestamp |
| CreatedByUser | varchar | Username of creator |
| ModifiedByUser | varchar | Username of last modifier |
| IsDeleted | bit | Soft delete flag |
| ClientName | varchar | Name of the client |
| ClientCode | varchar | Code of the client |