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
04bcc0219d
pgx
/
examples
/
todo
/
structure.sql
5 lines
77 B
SQL
Raw
Blame
History
create
table
tasks
(
id
serial
primary
key
,
description
text
not
null
)
;
Reference in New Issue
View Git Blame
Copy Permalink