mirror of
https://github.com/jackc/pgx.git
synced 2025-04-27 13:14:32 +00:00
4 lines
75 B
SQL
4 lines
75 B
SQL
create table shortened_urls (
|
|
id text primary key,
|
|
url text not null
|
|
); |