1
0
mirror of synced 2025-01-19 06:51:40 +03:00
doctrine2/sandbox/schema/user_group.yml
2007-10-18 04:04:28 +00:00

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