Sha256: bdf236bc3c195ae81a84d8dba6a52a285d04caff3836cbb482345c228958f310
Contents?: true
Size: 303 Bytes
Versions: 44
Compression:
Stored size: 303 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
44 entries across 44 versions & 1 rubygems