SQLite format 3@ s  s-% m  m<))utablenested_targetsnested_targetsCREATE TABLE "nested_targets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "total" integer, "child_id" integer)mwtabletargetstargets CREATE TABLE "targets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "total" integer, "nested_target_id" integer)m =//indexunique_schema_migrationsschema_migrations CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")m//tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)m ''etabledenormalizedsdenormalizedsCREATE TABLE "denormalizeds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer, "total" integer, "customer_id" integer, "d_customer_cumI''ctabledenormalizedsdenormalizedsCREATE TABLE "denormalizeds" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "total" integer, "customer_id" integer, "order_id" integer, "grand_total" integer, "total_in_usd" integer, "customer_name" varchar(255), "customer_child_id" varchar(255), "customer_child_name" varchar(255), "customer_child_cat_id" varchar(255), "customer_child_cat_name" varchar(255))mtablecatscatsCREATE TABLE "cats" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "owner_type" varchar(255), "owner_id" integer)mstablechildrenchildrenCREATE TABLE "children" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "parent_id" integer)mKtablecustomerscustomersCREATE TABLE "customers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)ktableordersordersCREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "total" integer, "customer_id" integer)  3cats)childrenorderscustomersdenormalizeds  e     1  1