Sha256: 8adbc33b2348d661979a4c989f33a2596f33b5c77647d762ccfce43637e34008
Contents?: true
Size: 389 Bytes
Versions: 18
Compression:
Stored size: 389 Bytes
Contents
class CreateSeriesHasManifestations < ActiveRecord::Migration[4.2] def change create_table :series_has_manifestations do |t| t.integer :series_statement_id t.integer :manifestation_id t.integer :position t.timestamps end add_index :series_has_manifestations, :series_statement_id add_index :series_has_manifestations, :manifestation_id end end
Version data entries
18 entries across 18 versions & 2 rubygems