1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/sandbox/schema/adult.yml
2007-10-18 04:04:28 +00:00

17 lines
254 B
YAML

---
Adult:
fields:
id:
type: integer
size: 11
primary: true
autoincrement: true
name:
type: string
size: 255
contact_id:
type: integer
size: 11
relations:
Contact:
foreignType: one