| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier |
Required |
| jobs_id |
Foreign key of the jobs |
globally unique identifier | |
| article_id |
Foreign key of the article |
globally unique identifier | |
| estimated_quantity |
Estimated quantity |
decimal number | |
| article_code |
Article code |
string | |
| article_name |
Article name |
string | |
| article_description |
Article description |
string | |
| is_customized | boolean | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |