Pairity/tests/Fixtures/schema/users.yaml
Funky Waddle 61cefca113
Some checks failed
CI / test (8.2) (push) Has been cancelled
CI / test (8.3) (push) Has been cancelled
CI / test (8.4) (push) Has been cancelled
Fix issues with missing classes when being tested in Github Actions
2026-02-08 02:48:39 -06:00

12 lines
153 B
YAML

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