2009-01-29 01:57:51 +01:00
|
|
|
# == Schema Information
|
2009-02-02 16:35:43 +01:00
|
|
|
# Schema version: 20090119155930
|
2009-01-29 01:57:51 +01:00
|
|
|
#
|
|
|
|
# Table name: article_prices
|
|
|
|
#
|
2009-02-02 16:35:43 +01:00
|
|
|
# id :integer not null, primary key
|
|
|
|
# article_id :integer
|
2009-01-29 01:57:51 +01:00
|
|
|
# price :decimal(8, 2) default(0.0), not null
|
|
|
|
# tax :decimal(8, 2) default(0.0), not null
|
|
|
|
# deposit :decimal(8, 2) default(0.0), not null
|
2009-02-02 16:35:43 +01:00
|
|
|
# unit_quantity :integer
|
2009-01-29 01:57:51 +01:00
|
|
|
# created_at :datetime
|
|
|
|
#
|
|
|
|
|
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
|
2009-02-02 16:35:43 +01:00
|
|
|
banana1:
|
|
|
|
article: banana
|
|
|
|
price: 1.45
|
|
|
|
tax: 7.0
|
|
|
|
unit_quantity: 18
|
2009-01-29 01:57:51 +01:00
|
|
|
|
2009-02-02 16:35:43 +01:00
|
|
|
banana2:
|
|
|
|
article: banana
|
|
|
|
price: 1.35
|
|
|
|
tax: 7.0
|
|
|
|
unit_quantity: 18
|
|
|
|
|
|
|
|
kiwi1:
|
|
|
|
article: kiwi
|
|
|
|
price: 1.11
|
|
|
|
tax: 7.0
|
|
|
|
unit_quantity: 10
|
|
|
|
|
|
|
|
potatoe1:
|
|
|
|
article: potatoe
|
|
|
|
price: 1.33
|
|
|
|
tax: 7.0
|
|
|
|
unit_quantity: 25
|