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