1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/sandbox/schema/user_car.yml
2007-10-18 04:04:28 +00:00

14 lines
198 B
YAML

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