Sha256: 3478d76ac28f78cf210c33767bd85179dc153707c40d1b2f1a66e25afd50f02f
Contents?: true
Size: 284 Bytes
Versions: 29
Compression:
Stored size: 284 Bytes
Contents
class CreatePageflowAuthenticationTokens < ActiveRecord::Migration[5.2] def change create_table :pageflow_authentication_tokens do |t| t.references :user t.string :provider t.text :auth_token t.datetime :expiry_time t.timestamps end end end
Version data entries
29 entries across 29 versions & 1 rubygems