SQLite format 3@      ::pj+tableuploadsuploadsCREATE TABLE "uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "creator_id" integer, "name" varchar(255), "caption" varchar(1000), "description" text, "is_public" boolean DEFAULT 't', "uploadable_id" integer, "uploadable_type" varchar(255), "width" varchar(255), "height" varchar(255), "local_file_name" varchar(255), "local_content_type" varchar(255), "local_file_size" integer, "local_updated_at" datetime, "remote_file_name" varchar(255), "remote_content_type" varchar(255), "remote_file_size" integer, "remote_updated_at" datetime, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)uCindexindex_uploads_on_creator_iduploadsCREATE INDEX "index_uploads_on_creator_id" ON "uploads" ("creator_id") S9indexindex_uploads_on_local_content_typeuploadsCREATE INDEX "index_uploads_on_local_content_type" ON "uploads" ("local_content_type")  YY`v~I%indexindex_uploads_on_uploadable_iduploadsCREATE INDEX "index_uploads_on_uploadable_id" ON "uploads" ("uploadable_id")M-indexindex_uploads_on_uploadable_typeuploads CREATE INDEX "index_uploads_on_uploadable_type" ON "uploads" ("uploadable_type") tableusersusers CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)q//tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) =//indexunique_schema_migrationsschema_migrations CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")   )20090517040220)20090602041838 )20090517040220)20090602041838