Skip to content

Instantly share code, notes, and snippets.

View amouratoglou's full-sized avatar
🤗

Agustin Mouratoglou amouratoglou

🤗
View GitHub Profile
@amouratoglou
amouratoglou / 1_stripe-schema.md
Created December 5, 2021 15:28 — forked from FGRibreau/1_stripe-schema.md
Stripe database schema (extracted from their sigma product) as of 2019-10-09
jqn -r markdown-table 'map(x => "## " + x.name + "\n\n" + markdownTable(x.columns.map(y => [y.name, y.type]))  ) | join("\n\n")' < /tmp/stripe.json

accounts

id varchar
business_name varchar
business_url varchar