spec/fixtures/agents.yml in enju_leaf-1.1.0.rc12 vs spec/fixtures/agents.yml in enju_leaf-1.1.0.rc13
- old
+ new
@@ -1,59 +1,5 @@
-# == Schema Information
-#
-# Table name: agents
-#
-# id :integer not null, primary key
-# user_id :integer
-# last_name :string(255)
-# middle_name :string(255)
-# first_name :string(255)
-# last_name_transcription :string(255)
-# middle_name_transcription :string(255)
-# first_name_transcription :string(255)
-# corporate_name :string(255)
-# corporate_name_transcription :string(255)
-# full_name :string(255)
-# full_name_transcription :text
-# full_name_alternative :text
-# created_at :datetime not null
-# updated_at :datetime not null
-# deleted_at :datetime
-# zip_code_1 :string(255)
-# zip_code_2 :string(255)
-# address_1 :text
-# address_2 :text
-# address_1_note :text
-# address_2_note :text
-# telephone_number_1 :string(255)
-# telephone_number_2 :string(255)
-# fax_number_1 :string(255)
-# fax_number_2 :string(255)
-# other_designation :text
-# place :text
-# postal_code :string(255)
-# street :text
-# locality :text
-# region :text
-# date_of_birth :datetime
-# date_of_death :datetime
-# language_id :integer default(1), not null
-# country_id :integer default(1), not null
-# agent_type_id :integer default(1), not null
-# lock_version :integer default(0), not null
-# note :text
-# required_role_id :integer default(1), not null
-# required_score :integer default(0), not null
-# state :string(255)
-# email :text
-# url :text
-# full_name_alternative_transcription :text
-# birth_date :string(255)
-# death_date :string(255)
-# agent_identifier :string(255)
-#
-
---
agent_00001:
place: ""
last_name: Administrator
first_name:
@@ -333,6 +279,60 @@
created_at: 2010-03-15 17:00:00.579396 +09:00
+
+
+# == Schema Information
+#
+# Table name: agents
+#
+# id :integer not null, primary key
+# user_id :integer
+# last_name :string(255)
+# middle_name :string(255)
+# first_name :string(255)
+# last_name_transcription :string(255)
+# middle_name_transcription :string(255)
+# first_name_transcription :string(255)
+# corporate_name :string(255)
+# corporate_name_transcription :string(255)
+# full_name :string(255)
+# full_name_transcription :text
+# full_name_alternative :text
+# created_at :datetime
+# updated_at :datetime
+# deleted_at :datetime
+# zip_code_1 :string(255)
+# zip_code_2 :string(255)
+# address_1 :text
+# address_2 :text
+# address_1_note :text
+# address_2_note :text
+# telephone_number_1 :string(255)
+# telephone_number_2 :string(255)
+# fax_number_1 :string(255)
+# fax_number_2 :string(255)
+# other_designation :text
+# place :text
+# street :text
+# locality :text
+# region :text
+# date_of_birth :datetime
+# date_of_death :datetime
+# language_id :integer default(1), not null
+# country_id :integer default(1), not null
+# agent_type_id :integer default(1), not null
+# lock_version :integer default(0), not null
+# note :text
+# required_role_id :integer default(1), not null
+# required_score :integer default(0), not null
+# state :string(255)
+# email :text
+# url :text
+# full_name_alternative_transcription :text
+# title :string(255)
+# birth_date :string(255)
+# death_date :string(255)
+#