Sha256: d93044c3d5492f83cb2bd77ff101fb04d8984cb2434c2abc6ab9a525bffc4cae
Contents?: true
Size: 771 Bytes
Versions: 44
Compression:
Stored size: 771 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 # path :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
44 entries across 44 versions & 1 rubygems