title: "ProductionLine (table)" category: reference tags: [table, productionline, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.ProductionLine
Schema: dba
Aantal kolommen: 9
Zie ook de entity-pagina: ../entities/ProductionLine
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
ProdId |
nvarchar(9) | Nee | — | — |
ProdDescr |
nvarchar(200) | Ja | — | — |
ProdContext |
bigint | Nee | ((1)) | — |
ProdRecStatus |
int | Nee | ((0)) | — |
ProdExported |
smallint | Nee | ((0)) | — |
ProdExtra1 |
smallint | Nee | ((0)) | — |
ProdExtra2 |
int | Nee | ((0)) | — |
ProdExtra3 |
nvarchar(5) | Ja | — | — |
ProdRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("ProductionLine")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("ProductionLine")· ../entities/ProductionLine Properties, contexts, statussen. Bron:Entities.xml.