29 lines
689 B
YAML
29 lines
689 B
YAML
# == Schema Information
|
|
#
|
|
# Table name: products
|
|
#
|
|
# id :integer not null, primary key
|
|
# name :string(255)
|
|
# price :integer
|
|
# created_at :datetime
|
|
# updated_at :datetime
|
|
# avatar_file_name :string(255)
|
|
# avatar_content_type :string(255)
|
|
# avatar_file_size :integer
|
|
# avatar_updated_at :datetime
|
|
# category :integer default(0)
|
|
#
|
|
|
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
name: MyString
|
|
purchase_price: 1
|
|
sale_price: 1
|
|
img_path: MyString
|
|
|
|
two:
|
|
name: MyString
|
|
purchase_price: 1
|
|
sale_price: 1
|
|
img_path: MyString
|