Sha256: b0f2a1cf7662a8d916050d9824dbc17b31bed003c62175b83c4793a2e9f90db1
Contents?: true
Size: 231 Bytes
Versions: 53
Compression:
Stored size: 231 Bytes
Contents
class CreateTramwayEventPeopleSections < ActiveRecord::Migration[5.1] def change create_table :tramway_event_people_sections do |t| t.integer :section_id t.integer :person_id t.timestamps end end end
Version data entries
53 entries across 53 versions & 1 rubygems