Sha256: f7b06ecc2c14a64c48c39ce4346044000105a96b7e55d159eaa393914925c79e
Contents?: true
Size: 411 Bytes
Versions: 24
Compression:
Stored size: 411 Bytes
Contents
class FixPandaCmsVisitsColumnNames < ActiveRecord::Migration[7.1] def change change_table :panda_cms_visits do |t| t.rename :panda_cms_page_id, :page_id t.rename :panda_cms_redirect_id, :redirect_id t.rename :panda_cms_user_id, :user_id t.string :referrer, null: true t.datetime :visited_at t.string :url, null: true t.jsonb :params, null: true end end end
Version data entries
24 entries across 24 versions & 1 rubygems