ability to import yodlee data.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- 1529005616 DOWN add-yodleee-staging
|
||||
drop table yodlee_imports;
|
||||
15
migrator/migrations/1529005616-UP-add-yodleee-staging.sql
Normal file
15
migrator/migrations/1529005616-UP-add-yodleee-staging.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
-- 1529005616 UP add-yodleee-staging
|
||||
create table yodlee_imports (
|
||||
amount decimal,
|
||||
description_original varchar(255),
|
||||
description_simple varchar (255),
|
||||
merchant_id varchar(255),
|
||||
merchant_name varchar(255),
|
||||
id int primary key,
|
||||
date timestamp,
|
||||
post_date timestamp,
|
||||
type varchar(255),
|
||||
account_id int,
|
||||
status varchar(255));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user