2009-01-16 02:17:49 +01:00
|
|
|
# == Schema Information
|
2009-02-06 16:26:35 +01:00
|
|
|
# Schema version: 20090120184410
|
2009-01-16 02:17:49 +01:00
|
|
|
#
|
|
|
|
# Table name: stock_changes
|
|
|
|
#
|
2009-02-06 16:26:35 +01:00
|
|
|
# id :integer not null, primary key
|
|
|
|
# delivery_id :integer
|
|
|
|
# order_id :integer
|
|
|
|
# stock_article_id :integer
|
|
|
|
# quantity :decimal(, ) default(0.0)
|
|
|
|
# created_at :datetime
|
2009-01-16 02:17:49 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|