require "historiographer/postgres_migration" class CreateEasyMLDatasourceHistories < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change create_table :easy_ml_datasource_histories do |t| t.histories(foreign_key: :datasource_id) end end end