create_table "event_dates", :force => true do |t|
    t.string   "date"
    t.text     "description"
    t.string   "location"
    t.date     "expiry_date"