mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue