Sha256: c5b17b724b08e7a4506a6d1167212e65118f9acd821b3b6730c310e43aba8796
Contents?: true
Size: 344 Bytes
Versions: 11
Compression:
Stored size: 344 Bytes
Contents
require "historiographer/postgres_migration" class CreateEasyMLColumnHistories < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change unless table_exists?(:easy_ml_column_histories) create_table :easy_ml_column_histories do |t| t.histories(foreign_key: :column_id) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems