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

14 lines
202 B
YAML
Raw Normal View History

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