14 lines
198 B
YAML
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: -
|