SQLite format 3@ ; ;- uoAtabletagstagsCREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))sEtableitemsitemsCREATE TABLE "items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))rCtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)M++Qtablelog_book_eventslog_book_eventsCREATE TABLE "log_book_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "historian_id" integer, "historian_type" varchar(255), "historizable_id" integer, "historizable_type" varchar(255), "text" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT   \ N %AA ItemItem created2013-03-11 17:26:15.8357182013-03-11 17:26:15.835718P )AAItemItem destroyed2013-03-11 17:26:15.8107092013-03-11 17:26:15.810709P )AAItemItem destroyed2013-03-11 17:26:15.7990382013-03-11 17:26:15.799038  taggings#tags+log_book_events items users  User Name  #Other Title user destroy update createitem Uq)A LogBook::Eventtags2013-03-11 17:26:15.7029527# )ALogBook::Eventtags2013-03-11 17:26:15.8424587" )ALogBook::Eventtags2013-03-11 17:26:15.8401007! )ALogBook::Eventtags2013-03-11 17:26:15.8176047 )ALogBook::Eventtags2013-03-11 17:26:15.8156077 )ALogBook::Eventtags2013-03-11 17:26:15.8050617 )ALogBook::Eventtags2013-03-11 17:26:15.803217 :uoAtabletagstagsCREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))sEtableitemsitemsCREATE TABLE "items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))M++Qtablelog_book_eventslog_book_eventsCREATE TABLE "log_book_events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "historian_id" integer, "historian_type" varchar(255), "historizable_id" integer, "historizable_type" varchar(255), "text" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)rCtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))    =//indexunique_schema_migrationsschema_migrations CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q//tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)sEtableitemsitemsCREATE TABLE "items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))oAtabletagstagsCREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) mtabletaggingstaggingsCREATE TABLE "taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "taggable_id" integer, "taggable_type" varchar(255), "tagger_id" integer, "tagger_type" varchar(255), "context" varchar(128), "created_at" datetime) 0 0