discordBots/pkg/db/models.go
2024-07-12 13:53:17 +00:00

16 lines
204 B
Go

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