Sha256: f8528d5508391ea71dfe805f1ba751b7ac2458ab2d119efc68f085b54616e788

Contents?: true

Size: 266 Bytes

Versions: 27

Compression:

Stored size: 266 Bytes

Contents

class CreateCoalescingPandaLtiNonces < CoalescingPanda::MiscHelper::MigrationClass
  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

27 entries across 27 versions & 1 rubygems

Version Path
coalescing_panda-5.3.0 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.2.2 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.2.2.beta1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.2.1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.2.0 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.2.0.beta2 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.2.0.beta1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.13 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.12 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.11 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.10 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.9 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.8 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.7 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.6 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.5 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.4 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.3.beta.2 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.3.beta.1 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb
coalescing_panda-5.1.3 db/migrate/20131119165343_create_coalescing_panda_lti_nonces.rb