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

17 lines
253 B
YAML
Raw Normal View History

---
Dog:
columns:
id:
type: integer
length: 11
primary: true
autoincrement: true
name:
type: string
length: 255
user_id:
type: integer
length: 11
relations:
User:
foreignType: one