SQLite format 3@ hgh-!      [[o 55Etablefooltip_associationsfooltip_associationsCREATE TABLE "fooltip_associations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_type" varchar(255), "owner_id" integer, "container_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)III tablefooltip_container_translationsfooltip_container_translationsCREATE TABLE "fooltip_container_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "fooltip_container_id" integer, "locale" varchar(255), "title" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)pIindexindex_fooltip_container_translations_on_fooltip_container_idfooltip_container_translationsCREATE INDEX "index_fooltip_container_translations_on_fooltip_container_id" ON "fooltip_container_translations" ("fooltip_container_id")  gDjEiIeindexindex_fooltip_container_translations_on_localefooltip_container_translationsCREATE INDEX "index_fooltip_container_translations_on_locale" ON "fooltip_container_translations" ("locale")Z11_tablefooltip_containersfooltip_containers CREATE TABLE "fooltip_containers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)#''tablefooltip_linksfooltip_links CREATE TABLE "fooltip_links" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "container_id" integer, "popup_id" integer, "placement" integer, "trigger" integer, "x" integer, "y" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)S'9indexindex_fooltip_links_on_container_idfooltip_links CREATE INDEX "index_fooltip_links_on_container_id" ON "fooltip_links" ("container_id")      hh* K')indexindex_fooltip_links_on_popup_idfooltip_links CREATE INDEX "index_fooltip_links_on_popup_id" ON "fooltip_links" ("popup_id")5 AAutablefooltip_popup_translationsfooltip_popup_translations CREATE TABLE "fooltip_popup_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "fooltip_popup_id" integer, "locale" varchar(255), "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)S uA}indexindex_fooltip_popup_translations_on_fooltip_popup_idfooltip_popup_translationsCREATE INDEX "index_fooltip_popup_translations_on_fooltip_popup_id" ON "fooltip_popup_translations" ("fooltip_popup_id")    RRJ''Stabletest_fooltipstest_fooltipsCREATE TABLE "test_fooltips" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)5 aAUindexindex_fooltip_popup_translations_on_localefooltip_popup_translationsCREATE INDEX "index_fooltip_popup_translations_on_locale" ON "fooltip_popup_translations" ("locale")) )) tablefooltip_popupsfooltip_popupsCREATE TABLE "fooltip_popups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "identifier" varchar(255), "min_height" integer, "min_width" integer, "max_height" integer, "max_width" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) )20130402091259 )20130402091259