Sha256: dbade8fa126cc45118f961e653c69d1148e1eaa75d64bee28d866257318113fd

Contents?: true

Size: 245 Bytes

Versions: 7

Compression:

Stored size: 245 Bytes

Contents

class CreateHubspotTokens < ActiveRecord::Migration[5.2]
  def change
    create_table :hubspot_tokens do |t|
      t.string :refresh_token
      t.string :access_token
      t.datetime :expires_in
      t.datetime :expires_at
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/db/migrate/20200624132327_create_hubspot_tokens.rb