--- UserCar: columns: user_id: type: integer length: 11 primary: true car_id: type: integer length: 11 primary: true relations: User: - Car: -