Sha256: 7862d8004aefd4895b518f0e636943c386bfe1ac033d4a39e8f66c08d9eff94f
Contents?: true
Size: 359 Bytes
Versions: 81
Compression:
Stored size: 359 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.string :canvas_account_id t.text :settings t.timestamps end end end
Version data entries
81 entries across 81 versions & 1 rubygems