Add views for bank items

This commit is contained in:
Martin Lensment 2015-04-13 18:36:08 +03:00
parent b5521594ce
commit 3398bcd845
16 changed files with 248 additions and 22 deletions

View file

@ -1,12 +1,11 @@
class CreateBankStatements < ActiveRecord::Migration
def change
create_table :bank_statements do |t|
t.string :subject_code
# t.string :subject_code
t.string :bank_code
t.string :account_number
t.date :date
t.time :time
t.string :iban
t.string :import_file_path
t.datetime :queried_at
t.timestamps
end