2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
2009-01-29 01:57:51 +01:00
|
|
|
# Schema version: 20090120184410
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
# Table name: orders
|
|
|
|
#
|
|
|
|
# id :integer(4) not null, primary key
|
2009-01-29 01:57:51 +01:00
|
|
|
# supplier_id :integer(4)
|
|
|
|
# note :text
|
|
|
|
# starts :datetime
|
2009-01-08 16:33:27 +01:00
|
|
|
# ends :datetime
|
2009-01-29 01:57:51 +01:00
|
|
|
# state :string(255) default("open")
|
2009-01-08 16:33:27 +01:00
|
|
|
# lock_version :integer(4) default(0), not null
|
|
|
|
# updated_by_user_id :integer(4)
|
|
|
|
#
|
|
|
|
|
2009-01-06 11:49:19 +01:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
first:
|
|
|
|
id: 1
|
|
|
|
another:
|
|
|
|
id: 2
|