Pairity/tests/Fixtures/schema/users.yaml

12 lines
153 B
YAML
Raw Permalink Normal View History

columns:
id:
type: bigInteger
primary: true
email:
type: string
unique: true
relations:
posts:
type: hasMany
target: posts