SQLite format 3@ - AUtablesectionssectionsCREATE TABLE "sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "document_id" integer, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)ZtabledocumentsdocumentsCREATE TABLE "documents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "surname" varchar(255), "keep_alive" boolean, "created_at" datetime, "updated_at" datetime)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar  21 21 |AAAndrea2011-10-20 15:21:40.6441022011-10-20 15:21:40EN!AAnuovo nome2011-10-20 18:23:47.7874242011-10-20 18:23:47.997263  watchers#attachments notes sections historiesg documentsN users (p(F#AAnew section2011-10-20 15:21:40.6809302011-10-20 15:21:40.680930F#AAnew section2011-10-20 15:21:37.1996202011-10-20 15:21:37.199620F#AAnew section2011-10-20 15:21:35.4093672011-10-20 15:21:35.409367 Fok.w:F;AA2011-10-20 18:23:44.8137062011-10-20 18:23:44.813706; AA2011-10-20 18:20:31.1700862011-10-20 18:20:31.170086; AA2011-10-20 18:17:47.5061432011-10-20 18:17:47.506143; AA2011-10-20 18:15:08.3150872011-10-20 18:15:08.315087; AA2011-10-20 18:12:07.6215662011-10-20 18:12:07.621566; AA2011-10-20 16:25:04.6643642011-10-20 16:25:04.664364;AA2011-10-20 16:23:42.5718442011-10-20 16:23:42.571844;AA2011-10-20 16:22:53.9612592011-10-20 16:22:53.961259;AA2011-10-20 16:21:25.5594932011-10-20 16:21:25.559493Z+!AAemail2@email.itGeorgeWashington2011-10-20 15:21:43.1590912011-10-20 15:21:43.159091R)AAemail@email.itJohnsmith2011-10-20 15:21:43.1543712011-10-20 15:21:43.154371R)AAemail@email.itJohnsmith2011-10-20 15:21:43.1177422011-10-20 15:21:43.117742R)AAemail@email.itJohnsmith2011-10-20 15:21:43.0743812011-10-20 15:21:43.074381;AA2011-10-20 15:21:33.8886162011-10-20 15:21:33.888616 996e)5q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")ZtabledocumentsdocumentsCREATE TABLE "documents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "surname" varchar(255), "keep_alive" boolean, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)AUtablesectionssectionsCREATE TABLE "sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "document_id" integer, "created_at" datetime, "updated_at" datetime)TtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "firstname" varchar(255), "lastname" varchar(255), "created_at" datetime, "updated_at" datetime) 'AANote number 2name2011-10-20 15:21:40.4890142011-10-20 15:21:40.489014'AANote number 1name2011-10-20 15:21:40.4797892011-10-20 15:21:40.479789S'NAAnew notename2011-10-20 15:21:40.5299492011-10-20 15:21:40.529949  3s}tablenotesnotes CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "note" text, "label" varchar(255), "document_class" varchar(255), "document_id" integer, "created_by" integer, "updated_by" integer, "created_at" datetime, "updated_at" datetime)pAindexindex_notes_on_document_idnotes CREATE INDEX "index_notes_on_document_id" ON "notes" ("document_id")] 5}indexindex_notes_on_labelnotes CREATE INDEX "index_notes_on_label" ON "notes" ("label")m ?indexindex_notes_on_updated_atnotes CREATE INDEX "index_notes_on_updated_at" ON "notes" ("updated_at") ]tablehistorieshistoriesCREATE TABLE "histories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "value" text, "label" varchar(255), "document_class" varchar(255), "document_id" integer, "created_by" integer, "created_at" datetime, "updated_at" datetime) I%indexindex_histories_on_document_idhistoriesCREATE INDEX "index_histories_on_document_id" ON "histories" ("document_id")   namename name ]2011-10-20 15:21:40.489014>2011-10-20 15:21:40.4797892011-10-20 15:21:40.529949 hh*AAname 2name2011-10-20 15:21:41.0426752011-10-20 15:21:41.0!AAfkeep_alive82011-10-20 15:21:44.8785232011-10-20 15:21:44.878523Mg !AAnuovo nomenameN2011-10-20 18:23:47.9988582011-10-20 18:23:47.998858Gf AAJohnnameN2011-10-20 18:23:47.7890962011-10-20 18:23:47.789096 #8HNgNf !keep_aliveHnamegnamef ddSM#-in = indexindex_histories_on_labelhistoriesCREATE INDEX "index_histories_on_label" ON "histories" ("label")}G!indexindex_histories_on_created_athistoriesCREATE INDEX "index_histories_on_created_at" ON "histories" ("created_at")'##tableattachmentsattachmentsCREATE TABLE "attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "label" varchar(255), "document_id" integer, "document_class" varchar(255), "created_by" integer, "updated_by" integer, "counter" integer, "attach_file_name" varchar(255), "attach_content_type" varchar(255), "attach_file_size" integer, "attach_updated_at" datetime, "created_at" datetime, "updated_at" datetime)M#-indexindex_attachments_on_document_idattachmentsCREATE INDEX "index_attachments_on_document_id" ON "attachments" ("document_id")vA#indexindex_attachments_on_labelattachmentsCREATE INDEX "index_attachments_on_label" ON "attachments" ("label") |2011-10-20 15:21:41.042675#]2011-10-20 15:21:44.878523HA2011-10-20 18:23:47.998858gA2011-10-20 18:23:47.789096f %+AAAname'pdf_test.pdfapplication/pdf/2011-10-20 15:21:42.8730032011-10-20 15:21:42.8753982011-10-20 15:21:42.87%+AAAname*pdf_test.pdfapplication/pdf/2011-10-20 15:21:43.0282452011-10-20 15:21:43.0298142011-10-20 15:21:43.029814  ' * name name >2011-10-20 15:21:42.873003 2011-10-20 15:21:43.028245  j; indexindexyEindexindex_watchers_on_created_atwatchersCREATE INDEX "index_watchers_on_created_at" ON "watchers" ("created_at")Y#Eindexindex_attachments_on_attach_updated_atattachmentsCREATE INDEX "index_attachments_on_attach_updated_at" ON "attachments" ("attach_updated_at")t;tablewatcherswatchersCREATE TABLE "watchers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "label" varchar(255), "document_class" varchar(255), "document_id" integer, "created_at" datetime, "updated_at" datetime)|G!indexindex_watchers_on_document_idwatchersCREATE INDEX "index_watchers_on_document_id" ON "watchers" ("document_id")j; indexindex_watchers_on_labelwatchersCREATE INDEX "index_watchers_on_label" ON "watchers" ("label")sAindexindex_watchers_on_owner_idwatchersCREATE INDEX "index_watchers_on_owner_id" ON "watchers" ("owner_id") DAAname-2011-10-20 15:21:43.1647422011-10-20 15:21:43.164742 -  name  2011-10-20 15:21:43.164742