1
0
mirror of synced 2025-01-22 08:11:40 +03:00

17 lines
254 B
YAML
Raw Normal View History

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