ability to import yodlee data.

This commit is contained in:
Bryce Covert
2018-06-14 17:26:54 -07:00
parent a786fce926
commit d110755939
10 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- 1529005616 DOWN add-yodleee-staging
drop table yodlee_imports;

View 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));