Sha256: f5ff9b5d071bb185afa4df8fd97410470182a6b7a9ac1675b97a3b227a53e0f1

Contents?: true

Size: 426 Bytes

Versions: 8

Compression:

Stored size: 426 Bytes

Contents

class CreatePhcdevworksCoreModulesAffiliateLinks < ActiveRecord::Migration[6.1]
  def change
    create_table :phcdevworks_core_modules_affiliate_links do |t|

      t.string :affiliate_link_name
      t.string :affiliate_link_button_text
      t.string :affiliate_link_url
      t.string :affiliate_link_original_url

      t.string :slug
      t.string :user_id
      t.string :org_id

      t.timestamps

    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcdevworks_core_modules-7.2.2 db/migrate/20210208130113_create_phcdevworks_core_modules_affiliate_links.rb
phcdevworks_core_modules-7.2.1 db/migrate/20210208130113_create_phcdevworks_core_modules_affiliate_links.rb
phcdevworks_core_modules-7.2.0 db/migrate/20210208130113_create_phcdevworks_core_modules_affiliate_links.rb
phcdevworks_core_modules-7.1.4 db/migrate/20210208130113_create_phcdevworks_core_modules_affiliate_links.rb
phcdevworks_core_modules-7.1.3 db/migrate/20210208130113_create_phcdevworks_core_modules_affiliate_links.rb
phcdevworks_core_modules-7.1.2 db/migrate/20210208130113_create_phcdevworks_core_modules_affiliate_links.rb
phcdevworks_core_modules-7.1.1 db/migrate/20210208130113_create_phcdevworks_core_modules_affiliate_links.rb
phcdevworks_core_modules-7.1.0 db/migrate/20210208130113_create_phcdevworks_core_modules_affiliate_links.rb