Sha256: afeacc9387d45eba59ad6ad92d497e558f96acaf341d6abb8ea82b8ce6b53cd1
Contents?: true
Size: 340 Bytes
Versions: 82
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true class CreateTramwayEventPlaces < ActiveRecord::Migration[5.1] def change create_table :tramway_event_places do |t| t.text :title t.text :description t.point :coordinates t.text :photo t.text :city t.text :state, default: :active t.timestamps end end end
Version data entries
82 entries across 82 versions & 1 rubygems
Version | Path |
---|---|
tramway-event-1.9.19.3 | lib/tramway/event/generators/templates/create_tramway_event_places.rb |
tramway-event-1.9.19.2 | lib/tramway/event/generators/templates/create_tramway_event_places.rb |