create table STG_DEALS ( id TEXT(10), user TEXT(50), deal_date TEXT(10), amount TEXT(50), user_id NUMERIC, );