init
This commit is contained in:
17
template/services/api/db/models.go
Normal file
17
template/services/api/db/models.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.30.0
|
||||
|
||||
package db
|
||||
|
||||
import (
|
||||
"github.com/jackc/pgx/v5/pgtype"
|
||||
)
|
||||
|
||||
type Todo struct {
|
||||
ID pgtype.UUID
|
||||
Task string
|
||||
CreatedAt pgtype.Timestamp
|
||||
UpdatedAt pgtype.Timestamp
|
||||
Done pgtype.Bool
|
||||
}
|
||||
Reference in New Issue
Block a user