Sha256: d81cf12fed310b759b2b9432b1c3a760138f99d3026d841b1f8240e0e30f5195

Contents?: true

Size: 246 Bytes

Versions: 133

Compression:

Stored size: 246 Bytes

Contents

class CreateCoalescingPandaLtiNonces < ActiveRecord::Migration
  def change
    create_table :coalescing_panda_lti_nonces do |t|
      t.belongs_to :coalescing_panda_lti_account
      t.string :nonce
      t.datetime :timestamp
    end
  end
end

Version data entries

133 entries across 133 versions & 1 rubygems

Version Path
coalescing_panda-5.0.4 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.0.3 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.0.2 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.0.1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.0.0 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.0.0.beta.2 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.0.0.beta.1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.8.0.beta.1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-1.1.21.1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-1.1.21 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-1.1.20 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.7.0 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.6.1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.6.0 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.6.0.rc3 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.6.0.rc2 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.6.0.rc1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.5.7 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.5.6 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-4.5.5 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb