Sha256: 1d38dc5f359a80f3abeb84159841a9d09ddae4a008f95338ba861f0f8e92875a
Contents?: true
Size: 281 Bytes
Versions: 27
Compression:
Stored size: 281 Bytes
Contents
require "historiographer/postgres_migration" class CreateEasyMLDatasetHistories < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change create_table :easy_ml_dataset_histories do |t| t.histories(foreign_key: :dataset_id) end end end
Version data entries
27 entries across 27 versions & 1 rubygems