Sha256: 32477eb99a696f38362ef05a9aa13ebdb539204e4415429de9243f38c02b52b1
Contents?: true
Size: 234 Bytes
Versions: 17
Compression:
Stored size: 234 Bytes
Contents
require "historiographer/postgres_migration" require "historiographer/mysql_migration" class CreatePostHistories < ActiveRecord::Migration[5.1] def change create_table :post_histories do |t| t.histories end end end
Version data entries
17 entries across 17 versions & 1 rubygems