// 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 }