# == Schema Information # Schema version: 20090120184410 # # Table name: suppliers # # id :integer not null, primary key # name :string(255) default(""), not null # address :string(255) default(""), not null # phone :string(255) default(""), not null # phone2 :string(255) # fax :string(255) # email :string(255) # url :string(255) # contact_person :string(255) # customer_number :string(255) # delivery_days :string(255) # order_howto :string(255) # note :string(255) # shared_supplier_id :integer # min_order_quantity :string(255) # deleted_at :datetime # # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html terra: name: Terra address: berlin bio phone: 0123-555555 phone2: 01234-7878787 fax: 01324-343444 email: terra@terra.com url: www.terra-natur.de contact_person: Harry customer_number: 123478 delivery_days: tuesday order_howto: call or send email/fax note: Terra possibly delivers also on other days than tuesday. Don't hesitate to ask for it. min_order_quantity: 80,-€ (gross)