1. Create a new Extra entity and add an extra attribute of type String.
  2. Close the Extra tab and click Yes in the following dialog to save the Extra entity.
  3. Create a new Car entity and add the following attributes:
    1. registration of type Date 
    2. mileage of type Integer
    3. kw of type Integer
    4. price of type Double
  4. Under Entities in the Project Manager click Extra and add the Extra entity to the entity editor under Attributes.
  5. In the following dialog choose the Many to Many (n:m) option.
  6. Apply the Bidirectional setting and the proposed name carextra for the join table, which is required in the database for mapping the n: m relation.
  7. Click OK.
  8. Click Save.
Result:

Note: