SQLite format 3@   UZWB _tablecitiescities CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permanent_name" varchar(255), "created_at" datetime, "updated_at" datetime)3Etabledoorsdoors CREATE TABLE "doors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "color" varchar(255), "car_id" integer, "created_at" datetime, "updated_at" datetime).?tablecarscarsCREATE TABLE "cars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "year" integer, "brand" varchar(255), "created_at" datetime, "updated_at" datetime)OqtablecommentscommentsCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer NOT NULL, "body" text NOT NULL, "body_html" text NOT NULL, "author_name" varchar(255) NOT NULL, "author_website" varchar(255), "posted_by_admin" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)&))tabletech_magazinestech_magazinesCREATE TABLE "tech_magazines" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)+)tablearticlesarticlesCREATE TABLE "articles" ("article_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text NOT NULL, "body_html" text NOT NULL, "short_desc" text, "status" varchar(255) DEFAULT 'draft', "published_at" datetime, "approved" boolean, "hits_count" integer, "magazine_type" varchar(255), "created_at" datetime, "updated_at" datetime, "magazine_id" integer, "data" text)=//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) )20090809061114 )20090809061114  cars engines   ,332010-02-01 09:29:242010-02-01 09:29:24   -332010-02-01 09:28:512010-02-01 09:30:02 !!Eq//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")+)tablearticlesarticlesCREATE TABLE "articles" ("article_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text NOT NULL, "body_html" text NOT NULL, "short_desc" text, "status" varchar(255) DEFAULT 'draft', "published_at" datetime, "approved" boolean, "hits_count" integer, "magazine_type" varchar(255), "created_at" datetime, "updated_at" datetime, "magazine_id" integer, "data" text)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)&))tabletech_magazinestech_magazinesCREATE TABLE "tech_magazines" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime)OqtablecommentscommentsCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "article_id" integer NOT NULL, "body" text NOT NULL, "body_html" text NOT NULL, "author_name" varchar(255) NOT NULL, "author_website" varchar(255), "posted_by_admin" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime).?tablecarscarsCREATE TABLE "cars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "year" integer, "brand" varchar(255), "created_at" datetime, "updated_at" datetime)3Etabledoorsdoors CREATE TABLE "doors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "color" varchar(255), "car_id" integer, "created_at" datetime, "updated_at" datetime)B _tablecitiescities CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "permanent_name" varchar(255), "created_at" datetime, "updated_at" datetime)8 Gtableenginesengines CREATE TABLE "engines" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "cylinders" integer, "car_id" integer, "created_at" datetime, "updated_at" datetime)