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