Sha256: e33782ebd0005491c478db3b05b0a1ee3cecc1437a3c3124fe11d667aa7add10
Contents?: true
Size: 384 Bytes
Versions: 362
Compression:
Stored size: 384 Bytes
Contents
class CreateSeriesHasManifestations < ActiveRecord::Migration 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
362 entries across 362 versions & 16 rubygems