Files
2025-07-26 17:31:38 +03:00

18 lines
253 B
Go

// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.29.0
package sqlc
import (
"github.com/jackc/pgx/v5/pgtype"
)
type Comment struct {
ID int64
UserID int64
Sku int64
Text string
CreatedAt pgtype.Timestamp
}