17 lines
253 B
YAML
17 lines
253 B
YAML
|
---
|
||
|
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
|