Sha256: 87658694eb138505413361523b4482551bd33e7c871110203beaa433c8c82e37
Contents?: true
Size: 444 Bytes
Versions: 4
Compression:
Stored size: 444 Bytes
Contents
class CreatePhcdevworksCoreModulesAffiliateLinks < ActiveRecord::Migration[7.0] 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
4 entries across 4 versions & 1 rubygems