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