Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'd love to see what your schema looks like, assuming it's beyond what you mentioned (and obvious items like date and transaction amount).


My .schema is:

CREATE TABLE account (transaction_date text, amount integer, hst integer, subtotal integer, description text, debitcredit integer, category_id integer, account_id integer, business_percent integer, notes text);

CREATE TABLE category(category_id int, name text);




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: