public
Description: Symbiot's open source documentation system
Clone URL: git://github.com/mando/chronicle.git
mando (author)
Mon May 12 08:37:58 -0700 2008
commit  46505a13b92d744c3668cf4c81b7c77c26dfe005
tree    9d4a56e8e944a549659194df6adc67dec8457ee1
parent  e8bc6e6250e3dcab49fb1b85427a28b31a2fd580
chronicle / db / development.sqlite3
100644 1 lines (1 sloc) 6.144 kb
1
SQLite format 3@  }k)tabletaggingstaggingsCREATE TABLE taggings ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer DEFAULT NULL, "page_id" integer DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)BgtabletagstagsCREATE TABLE tags ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)`tablepagespagesCREATE TABLE pages ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT NULL, "body" text DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)L##atableschema_infoschema_infoCREATE TABLE schema_info (version integer)