Sha256: b1055ac2c1ba685d5588537059337e3c0313a6f2e901730a700656dfe217f8e5
Contents?: true
Size: 527 Bytes
Versions: 6
Compression:
Stored size: 527 Bytes
Contents
# This migration comes from canvas_oauth (originally 20121121005358) class CreateCanvasOauthAuthorizations < ActiveRecord::Migration def change create_table "canvas_oauth_authorizations", :force => true do |t| t.integer "canvas_user_id", :limit => 8 t.string "tool_consumer_instance_guid", :null => false t.string "token" t.datetime "last_used_at" t.datetime "created_at", :null => false t.datetime "updated_at", :null => false end end end
Version data entries
6 entries across 6 versions & 1 rubygems