class AccountBalanceHistory

Schema Information

Table name: account_balance_histories

id                 :integer          not null, primary key
account_balance_id :integer
resource_id        :integer
resource_type      :string(255)
account_id         :integer
account_type       :string(255)
amount             :integer
credit             :boolean
university_id         :integer
created_at         :datetime
updated_at         :datetime