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