14 lines
202 B
YAML
14 lines
202 B
YAML
|
---
|
||
|
UserGroup:
|
||
|
columns:
|
||
|
user_id:
|
||
|
type: integer
|
||
|
length: 4
|
||
|
primary: true
|
||
|
group_id:
|
||
|
type: integer
|
||
|
length: 4
|
||
|
primary: true
|
||
|
relations:
|
||
|
User: -
|
||
|
Group: -
|