Sha256: c77a0586cc5d6fef6b00f48154d0ff82388a16855212a6df5504e10580e5a32d

Contents?: true

Size: 302 Bytes

Versions: 8

Compression:

Stored size: 302 Bytes

Contents

class CreateCoalescingPandaLtiAccounts < ActiveRecord::Migration
  def change
    create_table :coalescing_panda_lti_accounts do |t|
      t.string :name
      t.string :key
      t.string :secret
      t.string :oauth2_client_id
      t.string :oauth2_client_key

      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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