Sha256: 1a383c0af9e2fcf8c9ce2e021b60c0cb9b48dc2ee63c103194e623ae1dabc567
Contents?: true
Size: 796 Bytes
Versions: 22
Compression:
Stored size: 796 Bytes
Contents
class CreatePhcdevworksCoreModulesMarketingOptimizations < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_core_modules_marketing_optimizations do |t| t.string :marketing_optimization_page_title t.text :marketing_optimization_page_description t.string :marketing_optimization_og_title t.text :marketing_optimization_og_description t.string :marketing_optimization_og_type t.string :marketing_optimization_og_url t.string :marketing_optimization_twitter_title t.text :marketing_optimization_twitter_description t.string :marketing_optimization_twitter_type t.string :marketing_optimization_twitter_url t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
22 entries across 22 versions & 1 rubygems