ToolJet/app/models/data_query.rb
2021-04-04 22:37:03 +05:30

4 lines
100 B
Ruby

class DataQuery < ApplicationRecord
belongs_to :app
belongs_to :data_source, optional: true
end