1
This is the only Postgres schema you need, change my mind
CREATE TABLE x (
id uuid DEFAULT uuid_generate_v4() PRIMARY KEY,
data jsonb,
inserted timestamp with time zone DEFAULT now(),
updated timestamp with time zone
);
Software jobs with a better work-life balance
https://twitter.com/philostar