shithub
tenseleyflow
/
shithub
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
shithub
Public
Watch
1
Fork
0
Star
0
shithub
/
internal
/
meta
/
sqlc
/
models.go
Go · 221 bytes
Raw
Blame
History
1
// Code generated by sqlc. DO NOT EDIT.
2
// versions:
3
// sqlc v1.31.1
4
5
package
metadb
6
7
import
(
8
"github.com/jackc/pgx/v5/pgtype"
9
)
10
11
type
Meta
struct
{
12
Key
string
13
Value
[]
byte
14
UpdatedAt
pgtype
.
Timestamptz
15
}
16