1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
doctrine2/sandbox/schema/user_car.yml
2007-10-18 04:04:28 +00:00

14 lines
No EOL
198 B
YAML

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