SQLite format 3@      ƾ MyString ۋMMyString  stones;bM sticks;bM1organic_substances;bM  ƾ MyString ۋMMyString ƾ BoneۋMBone     Z/YL##atableschema_infoschema_infoCREATE TABLE schema_info (version integer)[tablestickssticksCREATE TABLE sticks ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)[tablestonesstonesCREATE TABLE stones ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT NULL)$11stableorganic_substancesorganic_substancesCREATE TABLE organic_substances ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255) DEFAULT NULL)$11stablesingle_sti_parentssingle_sti_parentsCREATE TABLE single_sti_parents ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT NULL)  =3 KK]tabledouble_sti_parent_relationshipsdouble_sti_parent_relationships CREATE TABLE double_sti_parent_relationships ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_bone_type" varchar(255) NOT NULL, "the_bone_id" integer NOT NULL, "parent_type" varchar(255) NOT NULL, "parent_id" integer NOT NULL)$11stabledouble_sti_parentsdouble_sti_parentsCREATE TABLE double_sti_parents ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT NULL)KK)tablesingle_sti_parent_relationshipssingle_sti_parent_relationships CREATE TABLE single_sti_parent_relationships ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_bone_type" varchar(255) NOT NULL, "the_bone_id" integer NOT NULL, "single_sti_parent_id" integer NOT NULL)