Sha256: 9ee84f020ca18ad25a367b9d5b425b3b7705e3b278a5c920a7656d0efe767216
Contents?: true
Size: 722 Bytes
Versions: 16
Compression:
Stored size: 722 Bytes
Contents
# == Schema Information # # Table name: easy_ml_model_file_histories # # id :bigint not null, primary key # model_file_id :integer not null # filename :string not null # configuration :json # model_type :string # model_id :integer # created_at :datetime not null # updated_at :datetime not null # history_started_at :datetime not null # history_ended_at :datetime # history_user_id :integer # snapshot_id :string # module EasyML class ModelFileHistory < ActiveRecord::Base self.table_name = "easy_ml_model_file_histories" include Historiographer::History end end
Version data entries
16 entries across 16 versions & 1 rubygems