1
0
mirror of synced 2025-01-22 16:21:40 +03:00

17 lines
256 B
YAML
Raw Normal View History

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