Sha256: 2c059a6fb94d8a6685b382eaea7c3cdacf48eb142050c39ff63495c74715cbd4

Contents?: true

Size: 638 Bytes

Versions: 2

Compression:

Stored size: 638 Bytes

Contents

class CreatePhcdevworksCoreModulesMarketingOptimizations < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_core_modules_marketing_optimizations do |t|

      t.string :seo_title
      t.text :seo_description

      t.string :seo_open_graph_post_type
      t.string :seo_open_graph_url
      t.string :seo_open_graph_title
      t.text :seo_open_graph_description

      t.string :seo_twitter_post_type
      t.string :seo_twitter_url
      t.string :seo_twitter_title
      t.text :seo_twitter_description

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

      t.timestamps

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcdevworks_core_modules-4.0.0 db/migrate/20200705223718_create_phcdevworks_core_modules_marketing_optimizations.rb
phcdevworks_core_modules-3.0.0 db/migrate/20200705223718_create_phcdevworks_core_modules_marketing_optimizations.rb