SQLite format 3@  -$ S Q i A o =! indexindex_pose_words_on_textpose_words CREATE INDEX "index_pose_words_on_text" ON "pose_words" ("text") !!]tablepose_wordspose_words CREATE TABLE "pose_words" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(80) NOT NULL) U-=indexindex_pose_assignments_on_posable_idpose_assignments CREATE INDEX "index_pose_assignments_on_posable_id" ON "pose_assignments" ("posable_id")O-1indexindex_pose_assignments_on_word_idpose_assignments CREATE INDEX "index_pose_assignments_on_word_id" ON "pose_assignments" ("word_id")^--otablepose_assignmentspose_assignmentsCREATE TABLE "pose_assignments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "word_id" integer NOT NULL, "posable_id" integer NOT NULL, "posable_type" varchar(60) NOT NULL)rCtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))-%%tableposable_twosposable_twosCREATE TABLE "posable_twos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean, "user_id" integer)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)-%%tableposable_onesposable_onesCREATE TABLE "posable_ones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "text" varchar(255), "private" boolean, "user_id" integer)=//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) )20130308144915)20130708084009)20130308054142)20130308054001 )20130308144915)20130708084009)20130308054142) 20130308054001