Sha256: 110a208838fa8087d0582d250fbea12ef0c7a7a7fc351e00c27fd367abee58e1
Contents?: true
Size: 262 Bytes
Versions: 82
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true 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
82 entries across 82 versions & 1 rubygems