2024-10-25 09:48:56 +01:00

21 lines
453 B
Ruby

# frozen_string_literal: true
module DiscourseSubscriptions
class Product < ActiveRecord::Base
end
end
# == Schema Information
#
# Table name: discourse_subscriptions_products
#
# id :bigint not null, primary key
# external_id :string not null
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#
# index_discourse_subscriptions_products_on_external_id (external_id)
#