19 lines
409 B
YAML
19 lines
409 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
# == 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
|
|
#
|
|
one:
|
|
username: MyString
|
|
name: MyString
|
|
|
|
two:
|
|
username: MyString
|
|
name: MyString
|