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

14 lines
No EOL
202 B
YAML

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