SQLite format 3@ -)  )20121113120000)20120813065226)201201190912250 )20121113120000)20120813065226)20120119091225 0     $;q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ctableaddressesaddressesCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_office_box" varchar(50), "extended_address" varchar(50), "street_address" varchar(50), "locality" varchar(50), "region" varchar(50), "postal_code" varchar(50), "country_name" varchar(50), "vcard_id" integer, "address_type" varchar(255), "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)q=indexaddresses_vcard_id_indexaddressesCREATE INDEX "addresses_vcard_id_index" ON "addresses" ("vcard_id") |''}tablephone_numbersphone_numbersCREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(50), "phone_number_type" varchar(50), "vcard_id" integer, "object_id" integer, "object_type" varchar(255), "created_at" datetime, "updated_at" datetime)9m'kindexindex_phone_numbers_on_object_id_and_object_typephone_numbers CREATE INDEX "index_phone_numbers_on_object_id_and_object_type" ON "phone_numbers" ("object_id", "object_type")"]'Mindexindex_phone_numbers_on_phone_number_typephone_numbers CREATE INDEX "index_phone_numbers_on_phone_number_type" ON "phone_numbers" ("phone_number_type") E'#indexphone_numbers_vcard_id_indexphone_numbers CREATE INDEX "phone_numbers_vcard_id_index" ON "phone_numbers" ("vcard_id")     :A7 Itablevcardsvcards CREATE TABLE "vcards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "full_name" varchar(50), "nickname" varchar(50), "family_name" varchar(50), "given_name" varchar(50), "additional_name" varchar(50), "honorific_prefix" varchar(50), "honorific_suffix" varchar(50), "active" boolean DEFAULT 't', "type" varchar(255), "object_id" integer, "object_type" varchar(255), "created_at" datetime, "updated_at" datetime) _Oindexindex_vcards_on_object_id_and_object_typevcardsCREATE INDEX "index_vcards_on_object_id_and_object_type" ON "vcards" ("object_id", "object_type")e 9indexindex_vcards_on_activevcardsCREATE INDEX "index_vcards_on_active" ON "vcards" ("active")< 11#tablehonorific_prefixeshonorific_prefixesCREATE TABLE "honorific_prefixes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "sex" integer, "name" varchar(255), "position" integer)