This website requires JavaScript.
Explore
Help
Sign In
GOMODULES
/
pgx
mirror of
https://github.com/jackc/pgx.git
Watch
1
Star
0
Fork
You've already forked pgx
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
63422c7d6c
pgx
/
examples
/
url_shortener
/
structure.sql
4 lines
75 B
SQL
Raw
Blame
History
create
table
shortened_urls
(
id
text
primary
key
,
url
text
not
null
)
;
Reference in New Issue
View Git Blame
Copy Permalink