SQLite format 3@  -        _/AAitableactive_storage_attachmentsactive_storage_attachmentsCREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)8cAYindexindex_active_storage_attachments_on_blob_idactive_storage_attachmentsCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")ccA/indexindex_active_storage_attachments_uniquenessactive_storage_attachmentsCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") EB55'tableactive_storage_blobsactive_storage_blobsCREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)O5?indexindex_active_storage_blobs_on_keyactive_storage_blobs CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")EE7tablecmor_testimonials_categoriescmor_testimonials_categories CREATE TABLE "cmor_testimonials_categories" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar, "name" varchar, "identifier" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)    )pII[tablecmor_testimonials_testimonialscmor_testimonials_testimonials CREATE TABLE "cmor_testimonials_testimonials" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "fullname" varchar, "role" varchar, "company" varchar, "body" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)T sIyindexindex_cmor_testimonials_testimonials_on_category_idcmor_testimonials_testimonials CREATE INDEX "index_cmor_testimonials_testimonials_on_category_id" ON "cmor_testimonials_testimonials" ("category_id")  )20190612113307)20190612113325)20190612113326 )20190612113307)20190612113325) 20190612113326 QH#AAenvironmenttest2019-06-12 11:33:26.0822822019-06-12 11:33:26.092240 # environment ))x //tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)A U/indexsqlite_autoindex_schema_migrations_1schema_migrationsN 55?tablear_internal_metadataar_internal_metadataCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)G [5indexsqlite_autoindex_ar_internal_metadata_1ar_internal_metadata