Sha256: d4ec4cf1afa9c45c9503b294544e82c4d3db540b4aec0ae3caeb1f764d1c16fb
Contents?: true
Size: 1.69 KB
Versions: 4
Compression:
Stored size: 1.69 KB
Contents
# This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative source for your # database schema. If you need to create the application database on another # system, you should be using db:schema:load, not running all the migrations # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. ActiveRecord::Schema.define(:version => 20101223233354) do create_table "event_calendar_attendees", :force => true do |t| t.integer "event_id" t.integer "participant_id" t.string "participant_type" t.string "role" t.datetime "created_at" t.datetime "updated_at" end create_table "event_calendar_events", :force => true do |t| t.string "name" t.string "event_type" t.datetime "start_on" t.datetime "end_on" t.text "location" t.text "description" t.text "notes" t.datetime "created_at" t.datetime "updated_at" t.integer "revisable_original_id" t.integer "revisable_branched_from_id" t.integer "revisable_number", :default => 0 t.string "revisable_name" t.string "revisable_type" t.datetime "revisable_current_at" t.datetime "revisable_revised_at" t.datetime "revisable_deleted_at" t.boolean "revisable_is_current", :default => true t.string "timezone" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
event_calendar_engine-0.1.11 | db/schema.rb |
event_calendar_engine-0.1.10 | db/schema.rb |
event_calendar_engine-0.1.9 | db/schema.rb |
event_calendar_engine-0.1.8 | db/schema.rb |