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