Sha256: 0e7a8d422ac3c0f89a3f8967b756ec84db0da64f9e3f10e4f4e6a17bd08329cc
Contents?: true
Size: 284 Bytes
Versions: 40
Compression:
Stored size: 284 Bytes
Contents
require "historiographer/postgres_migration" class CreateEasyMLSplitterHistories < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change create_table :easy_ml_splitter_histories do |t| t.histories(foreign_key: :splitter_id) end end end
Version data entries
40 entries across 40 versions & 1 rubygems