Sha256: 661cc1ef4bbc3f67f36cb628f03717b692a8b9a4b8152d440b272a50a199e0ef
Contents?: true
Size: 402 Bytes
Versions: 2
Compression:
Stored size: 402 Bytes
Contents
class CreateOpenConferenceWareTracks < ActiveRecord::Migration def change create_table :open_conference_ware_tracks do |t| t.string "title" t.text "description" t.string "color" t.integer "event_id" t.datetime "created_at" t.datetime "updated_at" t.text "excerpt" end add_index "open_conference_ware_tracks", ["event_id"] end end
Version data entries
2 entries across 2 versions & 1 rubygems