Sha256: 31687eb8b203ffc394d4387f9195398602be8a37f34c03e5258a4897ba642250

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

require 'historiographer/postgres_migration'

class CreateCommentHistories < ActiveRecord::Migration[7.1]
  def change
    create_table :comment_histories do |t|
      t.histories
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
historiographer-4.1.0 /Users/brettshollenberger/programming/historiographer/spec/db/migrate/20241109182020_create_comment_histories.rb