SQLite format 3@  -$  J < f \--ktableaccount_settingsaccount_settings CREATE TABLE "account_settings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "time_zone" varchar(255), "country_id" integer, "created_at" datetime, "updated_at" datetime),'tablecountriescountriesCREATE TABLE "countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)SytablecommentscommentsCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tweet_id" integer, "user_id" integer, "content" varchar(255), "created_at" datetime, "updated_at" datetime)9MtabletweetstweetsCREATE TABLE "tweets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "content" varchar(255), "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)6KtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "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(255) NOT NULL) )20140914191415)20140914191313)20140913143724)20140913143444)20140913143036 )20140914191415)20140914191313)20140913143724)20140913143444) 20140913143036