16 lines
204 B
Go
16 lines
204 B
Go
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.26.0
|
|
|
|
package db
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
type Store struct {
|
|
ID string
|
|
Data []byte
|
|
CreatedAt time.Time
|
|
UpdatedAt time.Time
|
|
}
|