Sha256: e66b88240d456f755a72effb3b3b3d6e35374aacac4b376b7e2f3df4d77c7cf4

Contents?: true

Size: 206 Bytes

Versions: 15

Compression:

Stored size: 206 Bytes

Contents

class CreateTrophies < ActiveRecord::Migration[4.2]
  def change
    create_table :trophies do |t|
      t.integer :user_id
      t.string :generic_file_id

      t.timestamps null: false
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-1.1.1 db/migrate/20160328222161_create_trophies.rb
hyrax-1.1.0 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0.rc3 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0.rc2 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0.rc1 db/migrate/20160328222161_create_trophies.rb
hyrax-1.0.5 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0.beta5 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0.beta4 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0.beta3 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0.beta2 db/migrate/20160328222161_create_trophies.rb
hyrax-2.0.0.beta1 db/migrate/20160328222161_create_trophies.rb
hyrax-1.0.4 db/migrate/20160328222161_create_trophies.rb
hyrax-1.0.3 db/migrate/20160328222161_create_trophies.rb
hyrax-1.0.2 db/migrate/20160328222161_create_trophies.rb