Sha256: 95fa43f26aad6fd54fd75661c230c58f8efccc1b7cc967819741628ffd61ed20
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
class CreateIdentityClientAccessGrants < ActiveRecord::Migration def change create_table :identity_client_access_grants do |t| t.integer :user_id t.string :access_token t.datetime :expires_at t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
identity_client-0.1.3 | db/migrate/20130410122748_create_identity_client_access_grants.rb |