Brand Schema
- File Name:
brand.parquet - Type: Full
- Schema Version: 01.00
- Last Updated: 2026-02-25
Description
Contains reference data for all brands, including their relationship to manufacturers and clients.
Fields
📋 Includes Common Fields: Client Information
| Column Name | Data Type | Description |
|---|---|---|
| BrandId | int | Unique identifier for the brand |
| BrandName | varchar | Name of the brand |
| ExternalBrandCode | varchar | External system brand code |
| IsDeleted | bit | Soft delete flag |
| ManufacturerId | int | Manufacturer identifier |
| ManufacturerName | varchar | Name of the manufacturer |
| ClientName | varchar | Name of the client |
| ClientCode | varchar | Code of the client |