This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
golang-examples
Watch
1
Star
0
Fork
You've already forked golang-examples
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2960a05ed3
golang-examples
/
example-sqlc
/
authors
/
postgresql
/
schema.sql
6 lines
119 B
SQL
Raw
Blame
History
CREATE
TABLE
authors
(
id
BIGSERIAL
PRIMARY
KEY
,
name
text
NOT
NULL
,
bio
text
)
;
Reference in New Issue
View Git Blame
Copy Permalink