SQLite format 3@  PZP5ItablepostspostsCREATE TABLE "posts" ("id" integer primary key autoincrement not null, "author_id" integer, "text" varchar(255), "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)&#tableauthorsauthorsCREATE TABLE "authors" ("id" integer primary key autoincrement not null, "name" 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) )20110128215003)20110128215001 )20110128215003)20110128215001