2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
2009-02-02 16:35:43 +01:00
|
|
|
# Schema version: 20090119155930
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
# Table name: group_order_article_quantities
|
|
|
|
#
|
2009-02-02 16:35:43 +01:00
|
|
|
# id :integer not null, primary key
|
|
|
|
# group_order_article_id :integer default(0), not null
|
|
|
|
# quantity :integer default(0)
|
|
|
|
# tolerance :integer default(0)
|
2009-01-08 16:33:27 +01:00
|
|
|
# created_on :datetime not null
|
|
|
|
#
|
|
|
|
|
2009-01-06 11:49:19 +01:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
2009-02-02 16:35:43 +01:00
|
|
|
|