examples/ogx/example/multi-tenant/fixture.yml

9 lines
179 B
YAML

- model: Story
rows:
- title: Story 1 by author 1
author_id: 1
- title: Story 2 by author 1
author_id: 1
- title: Story 3 by author 2
author_id: 2