2011-05-07 21:55:24 +02:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
|
2009-01-29 01:57:51 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: order_comments
|
|
|
|
#
|
2011-05-07 21:55:24 +02:00
|
|
|
# id :integer(4) not null, primary key
|
|
|
|
# order_id :integer(4)
|
|
|
|
# user_id :integer(4)
|
2009-01-29 01:57:51 +01:00
|
|
|
# text :text
|
|
|
|
# created_at :datetime
|
|
|
|
#
|
|
|
|
|