Class: CreateTramwayEventEventsPlaces

Inherits:
Object
  • Object
show all
Defined in:
lib/tramway/event/generators/templates/create_tramway_event_events_places.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



4
5
6
7
8
9
10
11
# File 'lib/tramway/event/generators/templates/create_tramway_event_events_places.rb', line 4

def change
  create_table :tramway_event_events_places do |t|
    t.integer :event_id
    t.integer :place_id

    t.timestamps
  end
end