SQLite format 3@     Category2 Category1    UU*3titlebody--- {}2005-04-04 10:29:34E'93Changed TitleBody1--- k1: val1 k2: val22005-04-04 10:29:306-3A specific titleBody2--- {}2005-04-04 10:29:30 gmosx Nl##tableog_categoryog_categoryCREATE TABLE og_category (title text, body text, oid integer PRIMARY KEY)%IIEtableog_j_category_article_articlesog_j_category_article_articlesCREATE TABLE og_j_category_article_articles ( key1 integer NOT NULL, key2 integer NOT NULL )/[IGindexog_j_category_article_articles_key1_idxog_j_category_article_articlesCREATE INDEX og_j_category_article_articles_key1_idx ON og_j_category_article_articles (key1)/[IGindexog_j_category_article_articles_key2_idxog_j_category_article_articlesCREATE INDEX og_j_category_article_articles_key2_idx ON og_j_category_article_articles (key2)  admin @x] !!tableog_commentog_comment CREATE TABLE og_comment (body text, oid integer PRIMARY KEY) //=tableog_articlecommentog_articlecomment CREATE TABLE og_articlecomment (body text, article_oid integer, oid integer PRIMARY KEY)}))5tableog_usercommentog_usercomment CREATE TABLE og_usercomment (body text, author_oid integer, oid integer PRIMARY KEY)<!!Ctableog_articleog_articleCREATE TABLE og_article (title text, body text, level smallint DEFAULT 1, options text, create_time timestamp, author_oid integer, oid integer PRIMARY KEY)Stableog_userog_userCREATE TABLE og_user (name text, oid integer PRIMARY KEY)i)tableog_partog_part CREATE TABLE og_part (name text, article_oid integer, oid integer PRIMARY KEY)  Comment 3Comment 2Comment 1