Sha256: 2d8850d32bf4504c54013fb9a4054884f97d708ba5e663987ffa400ad6d538ca
Contents?: true
Size: 425 Bytes
Versions: 40
Compression:
Stored size: 425 Bytes
Contents
require "historiographer/postgres_migration" class CreateEasyMLFeatureHistories < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change create_table :easy_ml_feature_histories do |t| t.histories( foreign_key: :feature_id, index_names: { [:dataset_id, :feature_position] => "idx_feature_histories_on_dataset_and_position" } ) end end end
Version data entries
40 entries across 40 versions & 1 rubygems