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

23 lines
472 B
YAML

# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
# == Schema Information
#
# Table name: products
#
# id :bigint not null, primary key
# barcode :string
# name :string
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#
# index_products_on_barcode (barcode) UNIQUE
#
one:
name: MyString
barcode: MyString
two:
name: MyString2
barcode: MyString2