| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| article_id |
Foreign key of the priced article. |
globally unique identifier | |
| article_price_label_id |
Foreign key of the price label/list this price belongs to. |
globally unique identifier | |
| price |
Unit price of the article under this price label. |
decimal number | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |