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