Sha256: f56e11d7778f0552e558fc2bf0e7f7626def773d2a76f8152caf34a50a2d61d4
Contents?: true
Size: 313 Bytes
Versions: 10
Compression:
Stored size: 313 Bytes
Contents
# This migration comes from cmor_seo (originally 20191031144203) class CreateCmorSeoItems < ActiveRecord::Migration[5.2] def change create_table :cmor_seo_items do |t| t.references :resource, polymorphic: true t.string :path t.timestamp :published_at t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems