Sha256: 1043b3f2d6f2a0c53965b7033eec43d1b87c71718864e86eb170daf066439202

Contents?: true

Size: 335 Bytes

Versions: 22

Compression:

Stored size: 335 Bytes

Contents

class CreateCmorShowcaseFileDetails < ActiveRecord::Migration[5.2]
  def change
    create_table :cmor_showcase_file_details do |t|
      t.references :item, foreign_key: false
      t.references :asset, foreign_key: false
      t.string :title
      t.text :description
      t.integer :position

      t.timestamps
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cmor_showcase-0.0.60.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.59.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.58.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.57.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.56.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.55.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.54.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.53.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.52.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.51.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.50.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.49.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.48.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.45.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.44.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.43.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.42.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.41.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.40.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb
cmor_showcase-0.0.39.pre db/migrate/20190815224535_create_cmor_showcase_file_details.rb