hugo-cms/gen/sqlc/dbq/models.go
Leon Mika 4ecc12f035 Initial commot
Have got DB creation and migration working
2025-01-27 07:39:19 +11:00

14 lines
175 B
Go

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