Sha256: 8ce8da4aeaa3eb7022f3302927701066cffb66db771f278787c86a4641ecb97d

Contents?: true

Size: 182 Bytes

Versions: 7

Compression:

Stored size: 182 Bytes

Contents

class CreateExtensionCards < ActiveRecord::Migration[5.2]
  def change
    create_table :extension_cards do |t|
      t.string :card_id_key
      t.string :card_id
    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/20200702130530_create_extension_cards.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/db/migrate/20200702130530_create_extension_cards.rb