Sha256: d7367585be02b5f7a8bc8a2abcafffbe5451e7fa3473f1d29f5f0991b29c4a51
Contents?: true
Size: 248 Bytes
Versions: 19
Compression:
Stored size: 248 Bytes
Contents
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
19 entries across 19 versions & 1 rubygems