Sha256: 35919f9f4a1aad41ef06a3cc17f165a148801ed7a5934aa867be740202342034

Contents?: true

Size: 171 Bytes

Versions: 7

Compression:

Stored size: 171 Bytes

Contents

class CreateTrelloTokens < ActiveRecord::Migration[5.2]
  def change
    create_table :trello_tokens do |t|
      t.string :token
      t.string :secret
    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/20200624132336_create_trello_tokens.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/db/migrate/20200624132336_create_trello_tokens.rb