Database package, schema and queries
This commit is contained in:
18
internal/database/models.go
Normal file
18
internal/database/models.go
Normal file
@@ -0,0 +1,18 @@
|
||||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.31.1
|
||||
|
||||
package database
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type FtsTransaction struct {
|
||||
TransactionID int32
|
||||
Description string
|
||||
Amount string
|
||||
Category string
|
||||
TransactionDate time.Time
|
||||
CreatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user