The only Postgres table 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 ); 0 comments on Hacker News.
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 );
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 ); 0 comments on Hacker News.
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 );
Hacker News story: The only Postgres table schema you need, change my mind
Reviewed by Tha Kur
on
June 28, 2025
Rating:
No comments: