feat: create initial database schema
This commit is contained in:
parent
00bd014cdd
commit
875a6d1a33
11 changed files with 155 additions and 0 deletions
3
justfile
3
justfile
|
@ -11,6 +11,9 @@ run:
|
|||
lint:
|
||||
golangci-lint run
|
||||
|
||||
gen:
|
||||
go generate ./...
|
||||
|
||||
sqlc:
|
||||
sqlc generate
|
||||
sqlc vet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue