github.com/jackc/pgx/v5@v5.5.5/examples/url_shortener/structure.sql (about) 1 create table shortened_urls ( 2 id text primary key, 3 url text not null 4 );