2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
2009-01-16 02:17:49 +01:00
|
|
|
# Schema version: 20090115232435
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
# Table name: suppliers
|
|
|
|
#
|
|
|
|
# id :integer(4) 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(4)
|
|
|
|
# min_order_quantity :string(255)
|
|
|
|
#
|
|
|
|
|
2009-01-06 11:49:19 +01:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
first:
|
|
|
|
id: 1
|
|
|
|
name: Terra
|
|
|
|
delivery_days: tuesday
|
|
|
|
contact_person: thomas terra
|
|
|
|
url: www.terra-natur.de
|
|
|
|
note:
|
|
|
|
fax: 01324-343444
|
|
|
|
phone: 0123-555555
|
|
|
|
order_howto:
|
|
|
|
phone2: 01234-7878787
|
|
|
|
address: berlin bio
|
|
|
|
customer_number: 123478
|
2009-01-08 16:33:27 +01:00
|
|
|
email: terra@terra.com
|