Sha256: 5e5dede47b31da5ac50f6273b2d755aeea6dffd8fc2f2e7ef17f77210bcb4e1f
Contents?: true
Size: 365 Bytes
Versions: 10
Compression:
Stored size: 365 Bytes
Contents
# This migration comes from cmor_seo (originally 20191101100127) class CreateCmorSeoMetaTags < ActiveRecord::Migration[5.2] def change create_table :cmor_seo_meta_tags do |t| t.references :item, foreign_key: false t.integer :position t.timestamp :published_at t.string :name t.text :content t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems