Sha256: bb7e6a9aa0f860241384faf38f5609862ee58500d6e5d438115f9079c550076f
Contents?: true
Size: 254 Bytes
Versions: 133
Compression:
Stored size: 254 Bytes
Contents
class CreateCoalescingPandaCanvasApiAuths < ActiveRecord::Migration def change create_table :coalescing_panda_canvas_api_auths do |t| t.string :user_id t.string :api_domain t.string :api_token t.timestamps end end end
Version data entries
133 entries across 133 versions & 1 rubygems