Sha256: 1335a0080590f043be9d5364fc9fbddb6872750f410f999b66e3eb95d941cb6e

Contents?: true

Size: 481 Bytes

Versions: 73

Compression:

Stored size: 481 Bytes

Contents

class CreateCoalescingPandaGroups < ActiveRecord::Migration
  def change
    create_table :coalescing_panda_groups do |t|
      t.belongs_to :context, polymorphic: true
      t.string :description
      t.string :group_category_id
      t.string :canvas_group_id
      t.string :name
      t.integer :members_count

      t.timestamps
    end
    add_index :coalescing_panda_groups, [:context_id, :canvas_group_id], name: :index_groups_context_and_group_id, unique: true
  end
end

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
coalescing_panda-5.0.4 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-5.0.3 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-5.0.2 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-5.0.1 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-5.0.0 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-5.0.0.beta.2 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-5.0.0.beta.1 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.8.0.beta.1 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.7.0 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.6.1 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.6.0 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.6.0.rc3 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.6.0.rc2 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.6.0.rc1 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.5.7 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.5.6 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.5.5 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.5.4 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.5.3 db/migrate/20150107205405_create_coalescing_panda_groups.rb
coalescing_panda-4.5.2 db/migrate/20150107205405_create_coalescing_panda_groups.rb