Class: DonationPackage

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
lib/ecko/plugins/sponsor/generator/templates/donation_package.rb

Overview

Schema Information

Table name: donation_packages

id                 :bigint(8)        not null, primary key
amount             :float
currency           :integer
title              :string
description        :text
donation_reference :integer          default("free_tier")
visible            :boolean          default(TRUE)
created_at         :datetime         not null
updated_at         :datetime         not null