Class: SqlRepo

Inherits:
ApplicationRecord show all
Includes:
Models::Auditable
Defined in:
app/models/sql_repo.rb

Overview

== Schema Information

Table name: sql_repos
Database name: primary

id :integer not null, primary key
description :text
name :string(255)
sql_query :text
created_at :datetime
updated_at :datetime

Constant Summary

Constants included from Models::Auditable

Models::Auditable::ALWAYS_IGNORED

Method Summary

Methods included from Models::Auditable

#all_skipped_columns, #audit_reference_data, #creator, #should_not_save_version, #stamp_record, #updater

Methods inherited from ApplicationRecord

ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation

Methods included from Models::EventPublishable

#publish_event