1
0
mirror of synced 2025-02-02 13:31:45 +03:00
doctrine2/sandbox/schema/user_car.yml

14 lines
198 B
YAML
Raw Normal View History

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