mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Add views for bank items
This commit is contained in:
parent
b5521594ce
commit
3398bcd845
16 changed files with 248 additions and 22 deletions
|
@ -3,7 +3,7 @@ class CreateAccountActivities < ActiveRecord::Migration
|
|||
create_table :account_activites do |t|
|
||||
t.integer :account_id
|
||||
t.integer :invoice_id
|
||||
t.decimal :amount
|
||||
t.decimal :sum
|
||||
t.string :currency
|
||||
t.integer :bank_transaction_id
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue