Sha256: 5e038afe76fee85150ee24723d3831aad01817c924a8c9be6e62b25212393a7b

Contents?: true

Size: 366 Bytes

Versions: 58

Compression:

Stored size: 366 Bytes

Contents

class CreateDorsaleAlexandrieAttachmentTypes < ActiveRecord::Migration[5.0]
  def change
    create_table :dorsale_alexandrie_attachment_types do |t|
      t.string :name
      t.timestamps null: false
    end

    add_column :dorsale_alexandrie_attachments, :attachment_type_id, :integer
    add_index :dorsale_alexandrie_attachments, :attachment_type_id
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
dorsale-4.0.0 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.20.0 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.19.1 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.19.0 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.18.0 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.17.0 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.16.0 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.15.0 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.11 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.10 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.9 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.8 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.7 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.6 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.5 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.4 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.3 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.2 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.1 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb
dorsale-3.14.0 db/migrate/20160930073538_create_dorsale_alexandrie_attachment_types.rb