hugo-cms/gen/sqlc/dbq/models.go

15 lines
189 B
Go

// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.28.0
package dbq
type Site struct {
ID int64
Name string
Title string
Url string
Theme string
Props []byte
}