8a74e7d77f
Annotate: Better look in schema.rb, this reference should be always up to date. Hirb: To reactivate hirb, look in railscasts: http://railscasts.com/episodes/48-console-tricks-revised
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
# == Schema Information
|
|
<<<<<<< HEAD:test/fixtures/suppliers.yml
|
|
=======
|
|
# Schema version: 20090325175756
|
|
>>>>>>> wiki:test/fixtures/suppliers.yml
|
|
#
|
|
# Table name: suppliers
|
|
#
|
|
# id :integer(4) not null, primary key
|
|
# name :string(255) not null
|
|
# address :string(255) not null
|
|
# phone :string(255) not null
|
|
# phone2 :string(255)
|
|
# fax :string(255)
|
|
# email :string(255)
|
|
# url :string(255)
|
|
# delivery_days :string(255)
|
|
# note :string(255)
|
|
# created_on :datetime
|
|
# updated_on :datetime
|
|
# lists :string(255)
|
|
#
|
|
|
|
# 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|