SQLite format 3@ -   55Itablecertify_certificatescertify_certificatesCREATE TABLE "certify_certificates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uniqueid" varchar(255), "ssldata" varchar(255), "authority_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)33%tablecertify_authoritiescertify_authoritiesCREATE TABLE "certify_authorities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "uniqueid" varchar(255), "rsakey" text, "sslcert" text, "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) )20120421193104)20120421191150 )20120421193104)20120421191150