price-point-api/test/fixtures/guests.yml

20 lines
409 B
YAML
Raw Normal View History

2026-05-17 11:12:43 +00:00
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2026-05-25 16:15:06 +00:00
# == Schema Information
#
# Table name: guests
#
# id :bigint not null, primary key
# name :string
# username :string
# created_at :datetime not null
# updated_at :datetime not null
#
2026-05-17 11:12:43 +00:00
one:
username: MyString
name: MyString
two:
username: MyString
name: MyString