If the table char_id has several attributes that relate to a job, then it is definitely Not 1:1
eg, 1 job has many attributes, so 1 job in the customerTable has many records (1 for each attribute) in the Char_id table.
You may want to build a lookup table for Attributes such as
attributeId 01
attributeName Orbital
If you come up with more attributes at some time, you can just add to the table.
Then you Char_id table would have records of
Code:
JobNumber 206 206 206
AttributeId 01 03 19
Note: Field and object names should NOT contain embedded spaces nor special characters.
Do have names for these machines, or models --- something more than a series of terms like Orbital , MIG ?