Sha256: a6fd5e499236d38f1d6bc57f76432ffbf3466c78deffb6f4b4c4aa47738eded8
Contents?: true
Size: 303 Bytes
Versions: 13
Compression:
Stored size: 303 Bytes
Contents
class CreateAccounts < ActiveRecord::Migration def change create_table :accounts do |t| t.string :provider t.integer :uid t.string :name t.string :oauth_access_token t.string :oauth_refresh_token t.string :oauth_expires_at t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems