class InsertSupplierRecords < ActiveRecord::Migration
  def self.up
    Supplier.create!(:disp_name=>"自社",:disp_sort=>1,:j_name=>"自社",:e_name=>"OMKK",:kana_name=>"ジシャ",:invalid_flag_code=>0)
    Supplier.create!(:payto_supplier_id=>2,:payto_supplier_group_id=>2,:disp_name=>"オーバスネイチ香港",:disp_sort=>2,:j_name=>"オーバスネイチ香港",:e_name=>"Orbusneich",:kana_name=>"オーバスネイチホンコン",:print_name_1=>"オーバスネイチ",:print_name_2=>"",:zip=>"",:address_1=>"25TH FLOOR NEICH TOWER",:address_2=>"128 GLOUCESTER ROAD",:address_3=>"",:tel=>"852-2802-2288",:fax=>"852-2507-3532",:title_code=>2,:contact_name=>"",:delivery_address_1=>"",:delivery_address_2=>"",:delivery_address_3=>"",:delivery_tel=>"",:delivery_fax=>"",:attention_name=>"",:attention_tel=>"",:attention_fax=>"",:currency_type_code=>2,:duty_type_code=>0,:duty_rate=>0,:price_duty_type_code=>0,:duty_calc_type_code=>1,:frac_digit_code=>1,:fraction_method_code=>1,:order_sheet_type_code=>1,:invalid_flag_code=>0)
    Supplier.create!(:payto_supplier_id=>3,:payto_supplier_group_id=>3,:disp_name=>"セダット",:disp_sort=>3,:j_name=>"セダット",:e_name=>"Sedat",:kana_name=>"セダット",:print_name_1=>"セダット",:print_name_2=>"",:zip=>"",:address_1=>"",:address_2=>"",:address_3=>"",:tel=>"",:fax=>"",:title_code=>2,:contact_name=>"",:delivery_address_1=>"",:delivery_address_2=>"",:delivery_address_3=>"",:delivery_tel=>"",:delivery_fax=>"",:attention_name=>"",:attention_tel=>"",:attention_fax=>"",:currency_type_code=>2,:duty_type_code=>0,:duty_rate=>0,:price_duty_type_code=>0,:duty_calc_type_code=>1,:frac_digit_code=>1,:fraction_method_code=>1,:order_sheet_type_code=>2,:invalid_flag_code=>0)
    Supplier.create!(:payto_supplier_id=>4,:payto_supplier_group_id=>4,:disp_name=>"エースリー",:disp_sort=>4,:j_name=>"エースリー",:e_name=>"AAA",:kana_name=>"エースリー",:print_name_1=>"エースリー",:print_name_2=>"",:zip=>"151-0002",:address_1=>"東京都渋谷区",:address_2=>"渋谷3-7-2",:address_3=>"第3矢木ビル3F",:tel=>"03-5766-7745",:fax=>"03-5766-7746",:title_code=>2,:contact_name=>"",:delivery_address_1=>"",:delivery_address_2=>"",:delivery_address_3=>"",:delivery_tel=>"",:delivery_fax=>"",:attention_name=>"",:attention_tel=>"",:attention_fax=>"",:currency_type_code=>1,:duty_type_code=>1,:duty_rate=>5,:price_duty_type_code=>0,:duty_calc_type_code=>1,:frac_digit_code=>1,:fraction_method_code=>2,:order_sheet_type_code=>2,:invalid_flag_code=>0)
  end

  def self.down
  end
end
