SQLite format 3@  ?PlC7tableusersusersCREATE TABLE users (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name VARCHAR(255))xBOtablepostspostsCREATE TABLE posts (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, title VARCHAR(255), body text)lA3tableauditsauditsCREATE TABLE audits (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, audited_id integer(0) NOT NULL, audited_type VARCHAR(255) NOT NULL, user_id integer(0), change_set text NOT NULL, created_at DATETIME NOT NULL)=/#indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX unique_schema_migrations ON schema_migrations (version)m// tableschema_migrationsschema_migrationsCREATE TABLE schema_migrations (version VARCHAR(255) NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq) e e3Post--- !map:ActiveSupport::HashWithIndifferentAccess title: - - Test Post body: - - Hello, world! 2010-09-02 18:23:42{C3Post--- !map:ActiveSupport::HashWithIndifferentAccess title: - Test Post - Title Changed 2010-09-02 18:23:42 e3Post--{C3Post--- !map:ActiveSupport::HashWithIndifferentAccess title: - Test Post - Title Changed 2010-09-02 18:30:02  audits posts users 'Test PostHello, world!''Title ChangedHello, world! #John Public#John Public 0 0