1
0
mirror of synced 2025-01-22 08:11:40 +03:00
doctrine2/sandbox/schema/user_group.yml

15 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: -