Repository URL to install this package:
|
Version:
0.5.1 ▾
|
SQLite format 3 @
p Ê!ôp !!MtablecategoriescategoriesCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))U+=indexindex_categorizations_on_category_idcategorizationsCREATE INDEX "index_categorizations_on_category_id" ON "categorizations" ("category_id")O+1indexindex_categorizations_on_event_idcategorizationsCREATE INDEX "index_categorizations_on_event_id" ON "categorizations" ("event_id")&++tablecategorizationscategorizationsCREATE TABLE "categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_id" integer, "category_id" integer)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)atableeventseventsCREATE TABLE "events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "starts" datetime, "ends" datetime, "description" text, "location" varchar(255), "venue_url" varchar(255))