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

17 lines
No EOL
256 B
YAML

---
Child:
fields:
id:
type: integer
size: 11
primary: true
autoincrement: true
name:
type: string
size: 255
adult_id:
type: integer
size: 11
relations:
Adult:
foreignAlias: Children