1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
doctrine2/sandbox/schema/user_group.yml

14 lines
205 B
YAML

---
UserGroup:
columns:
user_id:
type: integer
length: 11
primary: true
group_id:
type: integer
length: 11
primary: true
relations:
User: -
Group: -