Sha256: 034f35d3cea5959e7c1449110de27fd8bd75eb4d3c2afb66f1468b2b3660e994

Contents?: true

Size: 489 Bytes

Versions: 8

Compression:

Stored size: 489 Bytes

Contents

class CreateCoalescingPandaTerms < ActiveRecord::Migration
  def change
    create_table :coalescing_panda_terms do |t|
      t.belongs_to :coalescing_panda_lti_account
      t.string :name
      t.string :code
      t.string :sis_id
      t.string :canvas_term_id
      t.datetime :start_at
      t.datetime :end_at
      t.string :workflow_state

      t.timestamps
    end

    add_index :coalescing_panda_terms, :canvas_term_id
    add_index :coalescing_panda_terms, :sis_id
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
coalescing_panda-3.1.5 db/migrate/20141119225319_create_coalescing_panda_terms.rb
coalescing_panda-3.1.4 db/migrate/20141119225319_create_coalescing_panda_terms.rb
coalescing_panda-3.1.3 db/migrate/20141119225319_create_coalescing_panda_terms.rb
coalescing_panda-3.1.2 db/migrate/20141119225319_create_coalescing_panda_terms.rb
coalescing_panda-3.1.1 db/migrate/20141119225319_create_coalescing_panda_terms.rb
coalescing_panda-3.1.0 db/migrate/20141119225319_create_coalescing_panda_terms.rb
coalescing_panda-3.0.1 db/migrate/20141119225319_create_coalescing_panda_terms.rb
coalescing_panda-3.0.0 db/migrate/20141119225319_create_coalescing_panda_terms.rb